AccidentalFish.ApplicationSupport.Core.Policies.Implementation.FactoryBackoffPolicyTimingProvider.GetIntervals C# (CSharp) Method

GetIntervals() public method

public GetIntervals ( ) : IReadOnlyCollection
return IReadOnlyCollection
        public IReadOnlyCollection<TimeSpan> GetIntervals()
        {
            return _values;
        }
    }
FactoryBackoffPolicyTimingProvider