Class MonitorImpl
Inheritance
System.Object
MonitorImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Plugs.System.Threading
Assembly: Cosmos.Core_Plugs.dll
Syntax
public class MonitorImpl
Methods
| Improve this Doc View SourceEnter(Object)
Declaration
public static void Enter(object aObj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | aObj |
Exit(Object)
Declaration
public static void Exit(object aObj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | aObj |
ObjPulseAll(Object)
Declaration
public static void ObjPulseAll(object aObject)
Parameters
Type | Name | Description |
---|---|---|
System.Object | aObject |
ReliableEnter(Object, ref Boolean)
Declaration
public static void ReliableEnter(object aObj, ref bool aTookLock)
Parameters
Type | Name | Description |
---|---|---|
System.Object | aObj | |
System.Boolean | aTookLock |