System.Threading.ManualResetEvent.ManualResetEvent C# (CSharp) Метод

ManualResetEvent() публичный Метод

public ManualResetEvent ( bool initialState ) : System
initialState bool
Результат System
        public ManualResetEvent(bool initialState) : base(initialState,EventResetMode.ManualReset){}
    }
ManualResetEvent