EventWaitHandle (System.Threading.EventWaitHandle)

Inherits: System.Threading.WaitHandle

Interfaces: IDisposable

Derived Types: 2 (Click here to see a list of derived types)

Assembly: mscorlib.dll

Represents a thread synchronization event.

VB.NET C#

C#

public class EventWaitHandle : System.Threading.WaitHandle, System.IDisposable
{
}

Articles

bugs.mysql.com

0.06 % Reset - 37 ms - 2294 calls - System.Threading.EventWaitHandle.Reset() _____0.04 % Dispose - 25 ms - 1147 calls - System.Threading.Timer.Dispose(

SPRNET-615] Race condition when executing ConfigureObject on objects ...

... currentWaitHandle.Set(); } }); threads[index].Start(); } System.Threading.EventWaitHandle.WaitAll(waitHandles); if(nre != null) { Assert ...

Beatle's Blog: February, 2008

System.Threading.EventWaitHandle scReady = new System.Threading.EventWaitHandle( false , System.Threading.EventResetMode.AutoReset); System.Threading.Thread bgThread = null

Beatle's Blog

System.Threading.EventWaitHandle scReady = new System.Threading.EventWaitHandle( false , System.Threading.EventResetMode.AutoReset); System.Threading.Thread bgThread = null

AutoResetEvent Class (System.Threading)

Notifies a waiting thread that an event has occurred. This class cannot be ... System.Threading . . :: . WaitHandle        System.Threading . . :: . EventWaitHandle

WaitHandle Class (System.Threading)

Encapsulates operating system–specific objects that wait for exclusive ... System.Threading . . :: . WaitHandle        System.Threading . . :: . EventWaitHandle

www.danielmoth.com

Public Shared Function OpenExisting(ByVal name As String) As System.Threading.EventWaitHandle Return New EventWaitHandle(Win32Api.OpenEvent(Win32Api.EVENT_ALL ...

Mono Documentation

System.Object System.MarshalByRefObject System.Threading.WaitHandle System.Threading.EventWaitHandle System.Threading.ManualResetEvent

Mono Documentation

The constructors of System.Threading.EventWaitHandle are listed below. For a list of all members, see the EventWaitHandle Members list.

Mono Documentation

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

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