Struct PipelineExecutedArguments
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
TimeSpanThe pipeline execution duration.
Properties
Duration
Gets the pipeline execution duration.
public TimeSpan Duration { get; }