Synchronisation object for server comms.


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Protected ServerStateLock As Object
C#
protected object ServerStateLock;
C++
protected:
 Object ServerStateLock sealed ;
J#
protected object ServerStateLock
JScript
protected ServerStateLock : Object;

See Also