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

Polly.Telemetry.PipelineExecutedArguments

Arguments that indicate the pipeline execution finished.
namespace Polly.Telemetry { public readonly struct PipelineExecutedArguments { public TimeSpan Duration { get; } public PipelineExecutedArguments(TimeSpan duration); } }