RTWaitHandle WaitOne Method (TimeSpan) IntervalZero RTX Managed Code
Blocks the current thread until the current System.Threading.WaitHandle 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(
	TimeSpan timeout
)

Return Value

Type: OnlineBoolean
true if the current instance receives a signal; otherwise, false.
See Also