Add specific Patterns object names to the collection.


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

Syntax

Visual Basic (Declaration)
Public Sub add( _ 
   ByVal type As NetricsObjectType,  _ 
   ByVal ParamArray names As String() _ 
)
C#
public void add(
   NetricsObjectType type,
   params string[] names
)
C++
public:
 void add(
   NetricsObjectType type,
   ... array<String>^ names
) sealed 
J#
public void add(
   NetricsObjectType type,
   string[] names
)
JScript
public  function add(
   type : NetricsObjectType,
   ParamArrayAttribute names : String[]
)

Parameters

type
type of objects to add names of.
names
the names to add.

See Also