Share via


WaitHandle Members

The following tables list the members exposed by the WaitHandle type.

Protected Constructors

Name Description
Protected Method WaitHandle Initializes a new instance of the WaitHandle class.

Public Fields

Name Description
Public Field WaitTimeout Indicates that a WaitAny operation timed out before any of the wait handles were signaled. It contains one of the possible return values of WaitAny.

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 ToString (Inherited from Object.)
Public Method Static WaitAll Overloaded. Waits for all the elements in the specified array to receive a signal.
Public Method Static WaitAny Overloaded. Waits for any of the elements in the specified array to receive a signal.
Public Method WaitOne Overloaded. When overridden in a derived class, this method blocks the current thread until the current WaitHandle object (wait handle) receives a signal.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

WaitHandle Class
System.Threading Namespace