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

WaitHandle() 보호된 메소드

protected WaitHandle ( ) : System.Threading
리턴 System.Threading
        protected WaitHandle() 
        { safeWaitHandle = null;
          waitHandle = InvalidHandle;
          hasThreadAffinity = false; }