Namespace Polly.Retry
Classes
- RetryStrategyOptions
Represents the options used to configure a retry strategy.
- RetryStrategyOptions<TResult>
Represents the options used to configure a retry strategy.
Structs
- OnRetryArguments<TResult>
Represents the arguments used by OnRetry for handling the retry event.
- RetryDelayGeneratorArguments<TResult>
Represents the arguments used by DelayGenerator for generating the next retry delay.
- RetryPredicateArguments<TResult>
Represents the arguments used by ShouldHandle for determining whether a retry should be performed.