Munja
HTTPHandler.ServerStateLock Field
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
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
HTTPHandler Class
Benchmarx.Munja Namespace