Table of Contents

Struct PipelineExecutedArguments

Namespace
Polly.Telemetry
Assembly
Polly.Core.dll

Arguments that indicate the pipeline execution started.

public readonly struct PipelineExecutedArguments
Inherited Members

Remarks

Always use the constructor when creating this struct, otherwise we do not guarantee binary compatibility.

Constructors

PipelineExecutedArguments(TimeSpan)

Initializes a new instance of the PipelineExecutedArguments struct.

public PipelineExecutedArguments(TimeSpan duration)

Parameters

duration TimeSpan

The pipeline execution duration.

Properties

Duration

Gets the pipeline execution duration.

public TimeSpan Duration { get; }

Property Value

TimeSpan