RtWaitHandle.WaitOne Method

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

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi.Threading
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
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: