AutoResetEvent constructor

AutoResetEvent(
  1. bool isSet
)

Creates an instance of AutoResetEvent.

Parameters:

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

Implementation

AutoResetEvent(super.isSet);