RtEventWaitHandle.Set Method

Sets the state of the event to signaled, allowing one or more waiting threads to proceed.

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

Syntax

Copy
public bool Set()

Return Value

Type: Boolean
true if the operation succeeds; otherwise, false.

See Also: