Microsoft.Win32.SafeNativeMethods.ReleaseSemaphore C# (CSharp) Méthode

ReleaseSemaphore() private méthode

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