OnRetryArguments
Represents the arguments used by OnRetry for handling the retry event.
The zero-based attempt number. The first attempt is 0, the second attempt is 1, and so on.
The execution time of this attempt.
The delay before the next retry.
Represents the arguments used by OnRetry for handling the retry event.