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

CircuitBreakerPredicateArguments<TResult>

public struct CircuitBreakerPredicateArguments<TResult> : IOutcomeArguments<TResult>
Arguments used by ShouldHandle predicate.
public ResilienceContext Context { get; }

Gets the context of this event.

public Outcome<TResult> Outcome { get; }

Gets the outcome of the user-specified callback.

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