Elders.Hystrix.NET.HystrixCommandPropertiesSetter.WithCircuitBreakerErrorThresholdPercentage C# (CSharp) Метод

WithCircuitBreakerErrorThresholdPercentage() публичный Метод

public WithCircuitBreakerErrorThresholdPercentage ( int value ) : HystrixCommandPropertiesSetter
value int
Результат HystrixCommandPropertiesSetter
        public HystrixCommandPropertiesSetter WithCircuitBreakerErrorThresholdPercentage(int value)
        {
            CircuitBreakerErrorThresholdPercentage = value;
            return this;
        }
        public HystrixCommandPropertiesSetter WithCircuitBreakerForceClosed(bool value)