Monitor (System.Threading.Monitor)

Inherits: System.Object

Interfaces:

Derived Types: 0

Assembly: mscorlib.dll

Provides a mechanism that synchronizes access to objects.

VB.NET C#

C#

public static Monitor
{
}

Articles

Fully thread safe singleton class constructor

System.Threading.Monitor.Enter(m_Class1SingletonInstance_SyncLock); try { if (!m_Class1SingletonInstance_IsSet) { m_Class1SingletonInstance = new Class1(

WindowsDevCenter.com -- Object-Oriented Data Programming: C# Meets ...

... Medication() { } public Medication(InterSystems.Data.CacheClient.CacheConnection conn) { try { System.Threading.Monitor ...

Hyperlinked ECMA C# Language Specification

System.Threading.Monitor.Enter(x); try { ... } finally { System.Threading.Monitor.Exit(x); } except that x is only evaluated once. [Example:

Mono Documentation

The members of System.Threading.Monitor are listed below. See Also: Inherited members from System.Object [ ...

Mono Documentation

Mono Class Library : System.Threading.Monitor Overview | Members System.Threading.Monitor ... Remarks. This method acquires an exclusive lock on obj . A caller of this ...

Monitor Class

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

Monitor Class (System.Threading)

Provides a mechanism that synchronizes access to objects. ... Note: The HostProtectionAttribute attribute applied to this type or member has the following Resources property value ...

System.Threading.SynchronizationLockException Class

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)

System.Threading.Monitor Class

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 ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support