Class PipelineExecutionContext
- Namespace
- DotCompute.Core.Telemetry
- Assembly
- DotCompute.Core.dll
Simple telemetry context for pipeline execution tracking.
public sealed class PipelineExecutionContext : IDisposable
- Inheritance
-
PipelineExecutionContext
- Implements
- Inherited Members
- Extension Methods
Properties
Activity
Gets or sets the activity.
public Activity? Activity { get; set; }
Property Value
- Activity
The activity.
CorrelationId
Gets or sets the correlation identifier.
public string CorrelationId { get; set; }
Property Value
- string
The correlation id.
PipelineId
Gets or sets the pipeline identifier.
public string PipelineId { get; set; }
Property Value
- string
The pipeline id.
StartTime
Gets or sets the start time.
public DateTime StartTime { get; set; }
Property Value
- DateTime
The start time.
Methods
Dispose()
Performs dispose.
public void Dispose()