System.Threading.EventResetMode Enumeration

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

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public enum EventResetMode

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
AutoReset

When signaled, the System.Threading.EventWaitHandle resets automatically after releasing a single thread. If no threads are waiting, the System.Threading.EventWaitHandle remains signaled until a thread blocks, and resets after releasing the thread.

ManualReset

When signaled, the System.Threading.EventWaitHandle releases all waiting threads and remains signaled until it is manually reset.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0