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

AutoResetEvent() public method

public AutoResetEvent ( bool initialState ) : System
initialState bool
return System
        public AutoResetEvent(bool initialState) : base(initialState,EventResetMode.AutoReset){ }
    }
AutoResetEvent