RTEventWaitHandleSet Method

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

Namespace:  IntervalZero.RTX64.RTAPI.Threading
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool Set()

Return Value

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