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

TryableSemaphore() public method

public TryableSemaphore ( IHystrixProperty numberOfPermits ) : Java.Util.Concurrent.Atomic
numberOfPermits IHystrixProperty
return Java.Util.Concurrent.Atomic
        public TryableSemaphore(IHystrixProperty<int> numberOfPermits)
        {
            this.numberOfPermits = numberOfPermits;
        }