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

RegisteredWaitHandleSafe() private method

private RegisteredWaitHandleSafe ( ) : System.Security
return System.Security
        internal RegisteredWaitHandleSafe()
        {
            registeredWaitHandle = InvalidHandle;
        }