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

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool
        protected override bool ReleaseHandle()
        {
            return Interop.Advapi32.CloseServiceHandle(handle);
        }