RTEventWaitHandle Constructor (Boolean, EventResetMode) IntervalZero RTX Managed Code
Initializes a newly created OnlineEventWaitHandle object, specifying whether the wait handle is initially signaled, and whether it resets automatically or manually.

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

Syntax

public RTEventWaitHandle(
	bool initialState,
	EventResetMode mode
)

Parameters

initialState
Type: OnlineSystem Boolean
true to set the initial state to signaled, false to set it to nonsignaled.
mode
Type: OnlineSystem.Threading EventResetMode
An EventResetMode value that determines whether the event resets automatically or manually.
See Also