RTEventWaitHandle Constructor IntervalZero RTX Managed Code
Overload List

Name Description
Public method RTEventWaitHandle(Boolean, EventResetMode)
Initializes a newly created OnlineEventWaitHandle object, specifying whether the wait handle is initially signaled, and whether it resets automatically or manually.
Public method RTEventWaitHandle(Boolean, EventResetMode, String)
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.
Public method RTEventWaitHandle(Boolean, EventResetMode, String, Boolean )
Initializes a newly created OnlineEventWaitHandle object, specifying whether the wait handle is initially signaled, whether it resets automatically or manually, the name of a system synchronization event, and a bool variable whose value after the call indicates whether the named system event was created.
Back to Top
See Also