Class IntervalBackoffOptions
Configuration for the interval backoff policy.
public class IntervalBackoffOptions
- Inheritance
-
IntervalBackoffOptions
Properties
FixedInterval
The fixed interval in seconds to wait between back-offs. The default value is 1 second.
public int FixedInterval { get; set; }