Elders.Hystrix.NET.HystrixCommandPropertiesSetter.WithExecutionIsolationSemaphoreMaxConcurrentRequests C# (CSharp) Méthode

WithExecutionIsolationSemaphoreMaxConcurrentRequests() public méthode

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