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

WithMetricsRollingStatisticalWindowInMilliseconds() public méthode

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