Retry Class |
| Name | Description | |
|---|---|---|
| Do(Action, Action) | ||
| Do(RetryParameters, Action, Action) | ||
| DoT(FuncT, Action) | ||
| DoT(RetryParameters, FuncT, Action) |
Executes the action until either it succeeds or it reaches the max number of retries
|