<PackageReference Include="Polly.Core" Version="8.5.2" />

Polly.Fallback.FallbackActionArguments<TResult>

public struct FallbackActionArguments<TResult> : IOutcomeArguments<TResult>
Arguments used by FallbackAction.
public ResilienceContext Context { get; }

Gets the context of this event.

public Outcome<TResult> Outcome { get; }

Gets the outcome that should be handled by the fallback.

public FallbackActionArguments(ResilienceContext context, Outcome<TResult> outcome)

Initializes a new instance of the FallbackActionArguments<T> struct.