Skip to content
Docs Try Aspire

PipelineContext

Handle
📦 Aspire.Hosting v13.2.0
interface PipelineContext {
cancellationToken: cancellationToken;
readonly executionContext: DistributedApplicationExecutionContext;
readonly logger: ILogger;
readonly model: DistributedApplicationModel;
readonly services: IServiceProvider;
readonly summary: PipelineSummary;
}

Properties

property cancellationToken cancellationToken get · set
Gets the CancellationToken property
property executionContext DistributedApplicationExecutionContext get
Gets the ExecutionContext property
property logger ILogger get
Gets the Logger property
property model DistributedApplicationModel get
Gets the Model property
property services IServiceProvider get
Gets the Services property
property summary PipelineSummary get
Gets the Summary property