IRetryStrategy Methods |
The IRetryStrategy type exposes the following members.
Name | Description | |
---|---|---|
Copy |
Makes a copy of this retry strategy, set to its initial state
| |
NextDelay |
Gets the next delay to use before resending a failed message (useful
in cases where it is not a fixed number e.g. exponential backoff).
| |
Reset |
Resets the strategy to its initial state
|