Click or drag to resize

IRetryStrategy Methods

The IRetryStrategy type exposes the following members.

Methods
  NameDescription
Public methodCopy
Makes a copy of this retry strategy, set to its initial state
Public methodNextDelay
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).
Public methodReset
Resets the strategy to its initial state
Top
See Also