System.Threading.ManualResetEvent.ManualResetEvent C# (CSharp) 메소드

ManualResetEvent() 공개 메소드

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