Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, and 4.1.