Constructor AsyncManualResetEvent
- Namespace
- DisCatSharp.Common.Utilities
- Assembly
- DisCatSharp.Common.dll
AsyncManualResetEvent(bool)
Creates a new asynchronous synchronization event with initial state.
public AsyncManualResetEvent(bool initialState)
Parameters
initialState
boolInitial state of this event.