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

Polly.Telemetry.PipelineExecutedArguments

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