RTWaitHandle WaitOne Method IntervalZero RTX Managed Code
Overload List

Name Description
Public method WaitOne
When overridden in a derived class, blocks the current thread until the current OnlineWaitHandle 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)
When overridden in a derived class, blocks the current thread until the current OnlineWaitHandle 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.
Back to Top
See Also