System::Threading::AutoResetEvent::AutoResetEvent constructor

AutoResetEvent::AutoResetEvent constructor

RTTI information.

System::Threading::AutoResetEvent::AutoResetEvent(bool initialState)
ParameterTypeDescription
initialStateboolTrue for signalled, false for not signalled.

Remarks

Constructor.

See Also