RetryDelayArguments
Represents the arguments used by RetryDelayGenerator for generating the next retry delay.
The zero-based attempt number. The first attempt is 0, the second attempt is 1, and so on.
The delay suggested by the retry strategy.
Represents the arguments used by RetryDelayGenerator for generating the next retry delay.