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

WithMetricsRollingStatisticalWindow() public méthode

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