Elders.Hystrix.NET.HystrixCommandPropertiesSetter.WithExecutionIsolationSemaphoreMaxConcurrentRequests C# (CSharp) Method

WithExecutionIsolationSemaphoreMaxConcurrentRequests() public method

public WithExecutionIsolationSemaphoreMaxConcurrentRequests ( int value ) : HystrixCommandPropertiesSetter
value int
return HystrixCommandPropertiesSetter
        public HystrixCommandPropertiesSetter WithExecutionIsolationSemaphoreMaxConcurrentRequests(int value)
        {
            ExecutionIsolationSemaphoreMaxConcurrentRequests = value;
            return this;
        }
        public HystrixCommandPropertiesSetter WithExecutionIsolationStrategy(ExecutionIsolationStrategy value)