AutoResetEvent constructor
AutoResetEvent(
- bool isSet
Creates an instance of AutoResetEvent.
Parameters:
isSet: The initial state of the event (signaledornon-signaled).
Implementation
AutoResetEvent(super.isSet);