RTWaitHandleWaitOne Method

Blocks the current thread until the current WaitHandle receives a signal.

Namespace:  IntervalZero.RTX64.RTAPI.Threading
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool WaitOne()

Return Value

Type: Boolean
true if the current instance receives a signal. if the current instance is never signaled, WaitOne(Int32, Boolean) never returns.
See Also