The
methods
of System.Threading.AutoResetEvent are listed below. For a list of all members, see the AutoResetEvent Members list.
See Also: Inherited members from System.Threading.EventWaitHandle
Public Methods
| Reset() : bool
Sets the state of the event to nonsignaled, which causes threads to block.
|
| Set() : bool
Sets the state of the event to signaled, which allows at most one waiting thread to proceed.
|