RTWaitHandle WaitOne Method IntervalZero RTX Managed Code
When overridden in a derived class, blocks the current thread until the current OnlineWaitHandle receives a signal.

Namespace:  RTX.Threading
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public bool WaitOne()

Return Value

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