Class MonitorImpl
Inheritance
System.Object
MonitorImpl
Assembly: Cosmos.Core_Plugs.dll
Syntax
public class MonitorImpl : object
Methods
|
Improve this Doc
View Source
Enter(Object)
Declaration
public static void Enter(object aObj)
Parameters
Type |
Name |
Description |
System.Object |
aObj |
|
|
Improve this Doc
View Source
Exit(Object)
Declaration
public static void Exit(object aObj)
Parameters
Type |
Name |
Description |
System.Object |
aObj |
|
|
Improve this Doc
View Source
ReliableEnter(Object, ref Boolean)
Declaration
public static void ReliableEnter(object aObj, ref bool aTookLock)
Parameters
Type |
Name |
Description |
System.Object |
aObj |
|
System.Boolean |
aTookLock |
|