Class FixedDelayRetryAttribute
public sealed class FixedDelayRetryAttribute : RetryAttribute, IRetryStrategy
- Inheritance
-
FixedDelayRetryAttribute
- Implements
- Inherited Members
Constructors
FixedDelayRetryAttribute(int, string)
public FixedDelayRetryAttribute(int maxRetryCount, string delayInterval)
Parameters
Properties
DelayInterval
public string DelayInterval { get; }
Property Value
Methods
GetNextDelay(RetryContext)
public override TimeSpan GetNextDelay(RetryContext context)
Parameters
context
RetryContext