Class CappedExponentialBackoffOptions
Configuration for the capped exponential backoff policy.
public class CappedExponentialBackoffOptions
- Inheritance
-
CappedExponentialBackoffOptions
Properties
CapBackoffTime
The backoff time in seconds to cap the exponential backoff at. Once the cap is reached, an interval backoff will occur with CapBackoffTime as the fixed interval. The default value is 1 minute.
public int CapBackoffTime { get; set; }