FixedInterval
Represents a retry strategy with a specified number of retry attempts and a default, fixed time interval between retries.
public FixedInterval()
Initializes a new instance of the FixedInterval class.
Initializes a new instance of the FixedInterval class with the specified number of retry attempts.
Initializes a new instance of the FixedInterval class with the specified number of retry attempts and time interval.
Initializes a new instance of the FixedInterval class with the specified number of retry attempts, time interval, and retry strategy.
Initializes a new instance of the FixedInterval class with the specified number of retry attempts, time interval, retry strategy, and fast start option.