Microsoft.Win32.SafeNativeMethods.ReleaseSemaphore C# (CSharp) 메소드

ReleaseSemaphore() 개인적인 메소드

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