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

TryableSemaphoreActual() public method

public TryableSemaphoreActual ( IDynamicProperty numberOfPermits ) : Jellyfish.Configuration
numberOfPermits IDynamicProperty
return Jellyfish.Configuration
        public TryableSemaphoreActual(IDynamicProperty<int> numberOfPermits)
        {
            this.NumberOfPermits = numberOfPermits;
        }