Table of Contents

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 bool

Initial state of this event.