Microsoft.Win32.SafeNativeMethods.ReleaseSemaphore C# (CSharp) Method

ReleaseSemaphore() private method

private ReleaseSemaphore ( SafeWaitHandle handle, int releaseCount, int &previousCount ) : bool
handle SafeWaitHandle
releaseCount int
previousCount int
return bool
        internal static extern bool ReleaseSemaphore(SafeWaitHandle handle, int releaseCount, out int previousCount);