ManualResetEvent constructor

ManualResetEvent(
  1. bool isSet
)

Creates an instance of ManualResetEvent.

Parameters:

  • isSet: The initial state of the event (signaled or non-signaled).

Implementation

ManualResetEvent(super.isSet);