Holds the key for a locked table.


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

Syntax

Visual Basic (Declaration)
<GuidAttribute("2D1644E4-D5AE-4332-8960-9CD49A9CEDFA")>
Public Class NetricsLock
    Implements INetricsLock
C#
[GuidAttribute("2D1644E4-D5AE-4332-8960-9CD49A9CEDFA")]
public class NetricsLock : INetricsLock
C++
[GuidAttribute(L"2D1644E4-D5AE-4332-8960-9CD49A9CEDFA")]
ref class NetricsLock : INetricsLock
J#
/** @attribute GuidAttribute("2D1644E4-D5AE-4332-8960-9CD49A9CEDFA") */
public class NetricsLock implements INetricsLock
JScript
public 
   GuidAttribute("2D1644E4-D5AE-4332-8960-9CD49A9CEDFA")
class NetricsLock extends INetricsLock

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