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

OutcomeStrategyOptions<TResult>

Represents the options for the Outcome chaos strategy.

Gets or sets the delegate that's raised when the outcome is injected.

public Outcome<TResult>? Outcome { get; set; }

Gets or sets the outcome to be injected for a given execution.

Gets or sets the outcome generator to be injected for a given execution.