This class represents a TIBCO Patterns table.


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

Syntax

Visual Basic (Declaration)
Public Class NetricsTable
C#
public class NetricsTable
C++
ref class NetricsTable
J#
public class NetricsTable
JScript
public class NetricsTable

Remarks

Its purpose is to allow the user to construct and configure a table object to be loaded into a TIBCO Patterns server.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsTable

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