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

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

public WithExecutionIsolationSemaphoreMaxConcurrentRequests ( int value ) : HystrixCommandPropertiesSetter
value int
Результат HystrixCommandPropertiesSetter
        public HystrixCommandPropertiesSetter WithExecutionIsolationSemaphoreMaxConcurrentRequests(int value)
        {
            ExecutionIsolationSemaphoreMaxConcurrentRequests = value;
            return this;
        }
        public HystrixCommandPropertiesSetter WithExecutionIsolationStrategy(ExecutionIsolationStrategy value)