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

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

public WithMetricsRollingStatisticalWindowBuckets ( int value ) : HystrixCommandPropertiesSetter
value int
Результат HystrixCommandPropertiesSetter
        public HystrixCommandPropertiesSetter WithMetricsRollingStatisticalWindowBuckets(int value)
        {
            MetricsRollingStatisticalWindowBuckets = value;
            return this;
        }
        public HystrixCommandPropertiesSetter WithRequestCacheEnabled(bool value)