Share via


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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

AutoResetEvent Members
System.Threading Namespace