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

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

public WithCircuitBreakerSleepWindow ( System.TimeSpan value ) : HystrixCommandPropertiesSetter
value System.TimeSpan
Результат HystrixCommandPropertiesSetter
        public HystrixCommandPropertiesSetter WithCircuitBreakerSleepWindow(TimeSpan value)
        {
            CircuitBreakerSleepWindow = value;
            return this;
        }
        public HystrixCommandPropertiesSetter WithExecutionIsolationSemaphoreMaxConcurrentRequests(int value)