Class FixedBackOff
public class FixedBackOff : IBackOff
- Inheritance
-
FixedBackOff
- Implements
- Inherited Members
Constructors
FixedBackOff()
public FixedBackOff()
FixedBackOff(int, int)
public FixedBackOff(int interval, int maxAttempts)
Parameters
Fields
DEFAULT_INTERVAL
public const int DEFAULT_INTERVAL = 5000
Field Value
STOP
public const int STOP = -1
Field Value
UNLIMITED_ATTEMPTS
public const int UNLIMITED_ATTEMPTS = 2147483647
Field Value
Properties
Interval
public int Interval { get; set; }
Property Value
MaxAttempts
public int MaxAttempts { get; set; }
Property Value
Methods
Start()
public IBackOffExecution Start()