Elders.Hystrix.NET.HystrixCommandPropertiesSetter.WithMetricsRollingStatisticalWindow C# (CSharp) 메소드

WithMetricsRollingStatisticalWindow() 공개 메소드

public WithMetricsRollingStatisticalWindow ( System.TimeSpan value ) : HystrixCommandPropertiesSetter
value System.TimeSpan
리턴 HystrixCommandPropertiesSetter
        public HystrixCommandPropertiesSetter WithMetricsRollingStatisticalWindow(TimeSpan value)
        {
            MetricsRollingStatisticalWindowInMilliseconds = (int)value.TotalMilliseconds;
            return this;
        }
        public HystrixCommandPropertiesSetter WithMetricsRollingStatisticalWindowBuckets(int value)