RTWaitHandleWaitOne Method

Waits for the associated handle to be signaled.

Overload List
Name Description
Public method WaitOne
Blocks the current thread until the current WaitHandle receives a signal.
Public method WaitOne(Int32)
Blocks the current thread until the current System.Threading.WaitHandle receives a signal.
Public method WaitOne(TimeSpan)
Blocks the current thread until the current System.Threading.WaitHandle receives a signal.
Public method 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.
Public method WaitOne(TimeSpan, Boolean)
Blocks the current thread until the current System.Threading.WaitHandle receives a signal.
Top
See Also