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

WaitHandle() protected method

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