RtWaitHandle.WaitOne Method
Waits for the associated handle to be signaled.
Overload List
| Name | Description | |
|---|---|---|
|
|
Blocks the current thread until the current WaitHandle receives a signal. |
|
|
|
Blocks the current thread until the current System.Threading.WaitHandle receives a signal. |
|
|
|
Blocks the current thread until the current System.Threading.WaitHandle receives a signal. |
|
|
|
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. |
|
|
|
Blocks the current thread until the current System.Threading.WaitHandle receives a signal. |
See Also: