Elders.Hystrix.NET.HystrixCommandPropertiesSetter.WithMetricsRollingStatisticalWindowInMilliseconds C# (CSharp) Method

WithMetricsRollingStatisticalWindowInMilliseconds() public method

public WithMetricsRollingStatisticalWindowInMilliseconds ( int value ) : HystrixCommandPropertiesSetter
value int
return HystrixCommandPropertiesSetter
        public HystrixCommandPropertiesSetter WithMetricsRollingStatisticalWindowInMilliseconds(int value)
        {
            MetricsRollingStatisticalWindowInMilliseconds = value;
            return this;
        }
        public HystrixCommandPropertiesSetter WithMetricsRollingStatisticalWindow(TimeSpan value)