The members of System.Threading.WaitHandle are listed below.
See Also: Inherited members from System.MarshalByRefObject
Protected Constructors
Public Fields
const | WaitTimeout | int (258). Documentation for this section has not yet been entered. |
Protected Fields
Public Properties
Public Methods
| Close()Releases all resources held by the current instance. |
| Finalize()Releases the resources held by the current instance. |
static | SignalAndWait(WaitHandle, WaitHandle) : boolDocumentation for this section has not yet been entered. |
static | SignalAndWait(WaitHandle, WaitHandle, int, bool) : boolDocumentation for this section has not yet been entered. |
static | SignalAndWait(WaitHandle, WaitHandle, TimeSpan, bool) : boolDocumentation for this section has not yet been entered. |
static | WaitAll(WaitHandle[]) : bool Waits for all of the
elements in the specified array to receive a signal. |
static | WaitAll(WaitHandle[], int, bool) : boolDocumentation for this section has not yet been entered. |
static | WaitAll(WaitHandle[], TimeSpan, bool) : boolDocumentation for this section has not yet been entered. |
static | WaitAny(WaitHandle[]) : int Waits for any of the
elements in the specified array to receive a signal. |
static | WaitAny(WaitHandle[], int, bool) : intDocumentation for this section has not yet been entered. |
static | WaitAny(WaitHandle[], TimeSpan, bool) : intDocumentation for this section has not yet been entered. |
| WaitOne() : bool Blocks the current thread until the current instance receives a signal. |
| WaitOne(int) : boolDocumentation for this section has not yet been entered. |
| WaitOne(int, bool) : boolDocumentation for this section has not yet been entered. |
| WaitOne(TimeSpan, bool) : boolDocumentation for this section has not yet been entered. |
Protected Methods
Explicitly Implemented Interface Members