Elders.Hystrix.NET.TryableSemaphore.Release C# (CSharp) Method

Release() public method

Releases the acquired semaphore.
public Release ( ) : void
return void
        public void Release()
        {
            this.count.DecrementAndGet();
        }