ManualResetEvent Methods

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Reset Sets the state of the event to nonsignaled, causing threads to block.
Public Method Set Sets the state of the event to signaled, allowing one or more waiting threads to proceed.
Public Method ToString (Inherited from Object.)
Public Method WaitAll (Inherited from WaitHandle.)
Public Method WaitAny (Inherited from WaitHandle.)
Public Method WaitOne (Inherited from WaitHandle.)

See Also

Reference

ManualResetEvent Class
System.Threading Namespace