System::Threading::EventWaitHandle::EventWaitHandle constructor

EventWaitHandle::EventWaitHandle constructor

RTTI information.

System::Threading::EventWaitHandle::EventWaitHandle(bool initialState, EventResetMode mode)
ParameterTypeDescription
initialStateboolTrue for signalled, false for not signalled.
modeEventResetModeReset thread of the event.

Remarks

Constructor.

See Also