|
System.Threading.Monitor.Enter(m_Class1SingletonInstance_SyncLock); try { if (!m_Class1SingletonInstance_IsSet) { m_Class1SingletonInstance = new Class1(
|
|
... Medication() { } public Medication(InterSystems.Data.CacheClient.CacheConnection conn) { try { System.Threading.Monitor ...
|
|
System.Threading.Monitor.Enter(x); try { ... } finally { System.Threading.Monitor.Exit(x); } except that x is only evaluated once. [Example:
|
|
The members of System.Threading.Monitor are listed below. See Also: Inherited members from System.Object [ ...
|
|
Mono Class Library : System.Threading.Monitor Overview | Members System.Threading.Monitor ... Remarks. This method acquires an exclusive lock on obj . A caller of this ...
|
|
Provides a mechanism that synchronizes access to objects. For a list of all members of this type, see Monitor Members . System.Object System.Threading.Monitor
|
|
Provides a mechanism that synchronizes access to objects. ... Note: The HostProtectionAttribute attribute applied to this type or member has the following Resources property value ...
|
|
To acquire the lock on an object, use System.Threading.Monitor.Enter(System.Object). To release the lock on an object, use System.Threading.Monitor.Exit(System.Object)
|
|
Base Types Object Monitor. Assembly mscorlib Library BCL Summary Provides a mechanism that synchronizes access to objects. Description The Monitor class controls access to objects ...
|