AccidentalFish.ApplicationSupport.Core.Policies.Implementation.FactoryBackoffPolicyTimingProvider.GetIntervals C# (CSharp) 메소드

GetIntervals() 공개 메소드

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