Implements the NetricsTableRecSrc interface by binding a NetricsTableCursor to a particular ibi™ Patterns - Search host.


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

Syntax

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

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsTableRecSrc
      NetricsServerInterface.NetricsTableCursorRecSrc

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