Objects of this class associate a record operation with a record.


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

Syntax

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

Remarks

This class is used to associate a record operation (adding, updating, deleting records in an ibi™ Patterns - Search table) with the record to be operated on. It is used to send a stream of mixed record operations to the ibi™ Patterns - Search server.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsRecOp

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