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)