Jellyfish.Commands.TryableSemaphoreActual.Release C# (CSharp) Method

Release() public method

public Release ( ) : void
return void
        public void Release()
        {
            Interlocked.Decrement(ref count);
        }