PipelineContext Properties
Class Properties 5 members
Provides contextual information and services for the pipeline execution process of a distributed application.
Gets the cancellation token for the pipeline operation.
public CancellationToken CancellationToken { get; set; } Gets the execution context for the distributed application.
public DistributedApplicationExecutionContext ExecutionContext { get; } Gets the logger for pipeline operations.
public ILogger Logger { get; } Gets the distributed application model to be deployed.
public DistributedApplicationModel Model { get; } Gets the service provider for dependency resolution.
public IServiceProvider Services { get; }