Microsoft.Win32.SafeHandles.SafeThreadPoolIOHandle.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool
        protected override bool ReleaseHandle()
        {
            Interop.Kernel32.CloseThreadpoolIo(handle);
            return true;
        }
    }