RTEventWaitHandle Pulse Method IntervalZero RTX Managed Code
Sets the state of the event to signaled, allowing one waiting thread to proceed.

Namespace:  RTX.Threading
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public bool Pulse()

Return Value

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