When overridden in a derived class, blocks the current thread until the current
WaitHandle receives a signal.
Namespace: RTX.Threading
Assembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Return Value
Type:
true if the current instance receives a signal. if the current instance is never signaled, WaitOne(Int32, Boolean) never returns.
See Also