The RetryableAction type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Action |
The Action to execute
|
![]() | Delay |
The number of milliseconds to wait between retries.
|
![]() | DelayMultiplier |
A factor by which the delay is adjusted after each retry. Default is 1.
|
![]() | Description |
A message describing the action. The primary purpose is to make the action identifiable in the log output.
|
![]() | MaxRetries |
The maximum number of retries to attempt
|
![]() ![]() | SleepAction |
Method that allows thread to sleep until next retry meant for unit testing purposes
|