CSPspEmu.Core.Threading.Synchronization.PspResetEvent.PspResetEvent C# (CSharp) 메소드

PspResetEvent() 보호된 메소드

protected PspResetEvent ( bool InitialValue, bool AutoReset ) : System
InitialValue bool
AutoReset bool
리턴 System
        protected PspResetEvent(bool InitialValue, bool AutoReset)
        {
            this.Value = InitialValue;
            this.AutoReset = AutoReset;
        }