EventResetMode (System.Threading.EventResetMode)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Indicates whether an EventWaitHandle is reset automatically or manually after receiving a signal.

VB.NET C#

C#

public enum struct EventResetMode : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

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

EventWaitHandle

You create an automatic reset event by specifying System.Threading.EventResetMode.AutoReset when you create the EventWaitHandle object. As its name implies, this synchronization ...

Mono Documentation

Mono Class Library : System.Threading Namespace System.Threading.EventResetMode Enumeration: Note: This namespace, class, or member is supported only in version .NET 2 ...

www.danielmoth.com

Public Sub New(ByVal initialState As Boolean, ByVal mode As System.Threading.EventResetMode) Me.New(initialState, mode, Nothing)

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