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