AutoResetEvent constructor

AutoResetEvent(
  1. bool isSet
)

Implementation

AutoResetEvent(bool isSet) : super(isSet, EventResetMode.autoReset);