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

TimeoutGeneratorArguments

Arguments used by the timeout strategy to retrieve a timeout for current execution.
public ResilienceContext Context { get; set; }

The context associated with the execution of a user-provided callback.

Arguments used by the timeout strategy to retrieve a timeout for current execution.

public void Deconstruct(out ResilienceContext Context)

public bool Equals(TimeoutGeneratorArguments other)