RetryDelayGeneratorArguments<TResult>
Represents the arguments used by DelayGenerator for generating the next retry delay.
Gets The zero-based attempt number.
Gets the context in which the resilience operation or event occurred.
Gets the delay suggested by the retry strategy.
Gets the outcome of the resilience operation or event.
public RetryDelayGeneratorArguments(ResilienceContext context, Outcome<TResult> outcome, int attemptNumber, TimeSpan delayHint)
Initializes a new instance of the RetryDelayGeneratorArguments<T> struct.