Implements NetricsCompoundRecSrc by binding a NetricsTableCursor to a particular TIBCO Patterns host.


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

Syntax

Visual Basic (Declaration)
Public Class NetricsTableCursorCompoundRecSrc
    Inherits NetricsCompoundRecSrc
C#
public class NetricsTableCursorCompoundRecSrc : NetricsCompoundRecSrc
C++
ref class NetricsTableCursorCompoundRecSrc : NetricsCompoundRecSrc
J#
public class NetricsTableCursorCompoundRecSrc extends NetricsCompoundRecSrc
JScript
public class NetricsTableCursorCompoundRecSrc extends NetricsCompoundRecSrc

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsCompoundRecSrc
      NetricsServerInterface.NetricsTableCursorCompoundRecSrc

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