Table of Contents

Struct PipelineExecutedArguments

Namespace
Paramore.Fences.Telemetry
Assembly
Paramore.Fences.Core.dll

Arguments that indicate the pipeline execution finished.

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