Holds the key for a locked table.


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

Syntax

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

Remarks

A NetricsLock is returned when a Netrics Table is locked in keyed mode. This NetricsLock object is then passed with operations on that table to allow them to procede.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsLock

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