Add a set of record operations to the source.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub addRecOp( _ 
   ByVal ParamArray rec_ops As NetricsRecOp() _ 
)
C#
public void addRecOp(
   params NetricsRecOp[] rec_ops
)
C++
public:
 void addRecOp(
   ... array<NetricsRecOp>^ rec_ops
) sealed 
J#
public void addRecOp(
   NetricsRecOp[] rec_ops
)
JScript
public  function addRecOp(
   ParamArrayAttribute rec_ops : NetricsRecOp[]
)

Parameters

rec_ops
the set of record operations to add.

Remarks

This adds a set of record operations to the end of the current list of record operations for this source.

See Also