RTWaitHandle WaitOne Method (Int32) 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(
	int millisecondsTimeout
)

Parameters

millisecondsTimeout
Type: OnlineSystem Int32
The number of milliseconds to wait, or System.Threading.Timeout.Infinite (-1) to wait indefinitely.

Return Value

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