WaitHandle.WaitOne Method
.NET Framework 3.0
Blocks the current thread until the current WaitHandle receives a signal.
| Name | Description |
|---|---|
| WaitHandle.WaitOne () | Blocks the current thread until the current WaitHandle receives a signal. Supported by the .NET Compact Framework. |
| WaitHandle.WaitOne (Int32, Boolean) | Blocks the current thread until the current WaitHandle receives a signal, using 32-bit signed integer to measure the time interval and specifying whether to exit the synchronization domain before the wait. Supported by the .NET Compact Framework. |
| WaitHandle.WaitOne (TimeSpan, Boolean) | Blocks the current thread until the current instance receives a signal, using a TimeSpan to measure the time interval and specifying whether to exit the synchronization domain before the wait. |
Community Additions
ADD
Show: