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

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,
	string name
)

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 Threading.EventResetMode value that determines whether the event resets automatically or manually.
name
Type: OnlineSystem String
The name of a system-wide synchronization event.
See Also