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 outcome of the resilience operation or event.
public RetryDelayGeneratorArguments(ResilienceContext context, Outcome<TResult> outcome, int attemptNumber)
Initializes a new instance of the RetryDelayGeneratorArguments<T> struct.