Mutex (System.Threading.Mutex)

Inherits: System.Threading.WaitHandle

Interfaces: IDisposable

Derived Types: 0

Assembly: mscorlib.dll

A synchronization primitive than can also be used for interprocess synchronization.

VB.NET C#

C#

public sealed class Mutex : System.Threading.WaitHandle, System.IDisposable
{
}

Articles

ianolsen.files.wordpress.com

System.Threading.Mutex mut; try { if (_mutexes.ContainsKey(_mutexName)

.NET Tip: Creating a Single Instance Application in .NET

Instead, use the System.Threading.Mutex class (see Mutex Class for details). To use this technique, generate a named Mutex at the application’s entry point, and lock ...

FIX: EventLog.WriteEntry Method May Fail Under Stress

... log from a .NET application, you may receive the following error message if the application is under heavy load: The call stack trace appears as follows: at System.Threading.Mutex ...

System.Threading.Mutexの説明誤り - MSDN フォーラム

System.Threading.Mutexの説明誤り スレッド開始者: KKamegawa 開始日時: 15 3 2006 5:14 午前 UTC 返信数: 1 ...

MBR IT/.NET 247 : System.Threading.Mutex Class [Articles]

C# From a Java Developer's Perspective: http://www.25hoursaday.com/ What follows is an overview of similarities and differences between the language features and libraries of the ...

Mono Documentation

See Also: Mutex Members. System.Object System.MarshalByRefObject System.Threading.WaitHandle System.Threading.Mutex

Mono Documentation

The members of System.Threading.Mutex are listed below. See Also: Inherited members from System.Threading.WaitHandle [ ...

Montserrat

Mutex Class (System.Threading)

A synchronization primitive that can also be used for interprocess synchronization. ... Note: The HostProtectionAttribute attribute applied to this type or member has the following ...

Mutex Class

A synchronization primitive than can also be used for interprocess synchronization. For a list of all members of this type, see Mutex Members . System.Object

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