RTEventWaitHandle Reset Method IntervalZero RTX Managed Code
Sets the state of the event to nonsignaled, causing threads to block.

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

Syntax

public bool Reset()

Return Value

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