AutoResetEvent Class
Notifies a waiting thread that an event has occurred.
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Syntax
public sealed class AutoResetEvent : WaitHandle
Remarks
This class cannot be inherited.
The AutoResetEvent class represents a local wait handle event that resets automatically when signaled, after releasing a single waiting thread. An AutoResetEvent object is automatically reset to non-signaled by the system after a single waiting thread has been released.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.