Holds the names of objects that can be stored in an ibi Patterns Server. This class cannot be inherited.


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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class NetricsObjectNameCollection
C#
public sealed class NetricsObjectNameCollection
C++
ref class NetricsObjectNameCollection sealed 
J#
public final class NetricsObjectNameCollection
JScript
public final class NetricsObjectNameCollection

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsObjectNameCollection

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also