System.Threading.ManualResetEvent.ManualResetEvent C# (CSharp) Method

ManualResetEvent() public method

public ManualResetEvent ( bool initialState ) : System
initialState bool
return System
        public ManualResetEvent(bool initialState) : base(initialState,EventResetMode.ManualReset){}
    }
ManualResetEvent