|
PeanutButter
|
Describes a service which backs off (ie, waits) according to the retry attempt number. More...
Public Member Functions | |
| void | Backoff (int attempt) |
| Waits for an amount of time relevant to the attempt. | |
Describes a service which backs off (ie, waits) according to the retry attempt number.
| void PeanutButter.Utils.IBackoffStrategy.Backoff | ( | int | attempt | ) |
Waits for an amount of time relevant to the attempt.
| attempt |
Implemented in PeanutButter.Utils.DefaultBackoffStrategy.