Share via


PipelineContext Class

Definition

Provides contextual information and services for the pipeline execution process of a distributed application.

public sealed class PipelineContext
type PipelineContext = class
Public NotInheritable Class PipelineContext
Inheritance
PipelineContext

Constructors

PipelineContext(DistributedApplicationModel, DistributedApplicationExecutionContext, IServiceProvider, ILogger, CancellationToken)

Provides contextual information and services for the pipeline execution process of a distributed application.

Properties

CancellationToken

Gets the cancellation token for the pipeline operation.

ExecutionContext

Gets the execution context for the distributed application.

Logger

Gets the logger for pipeline operations.

Model

Gets the distributed application model to be deployed.

Services

Gets the service provider for dependency resolution.

Applies to