System.Threading.EventResetMode.AutoReset Field

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.

Syntax

EventResetMode AutoReset

Requirements

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