PipelineContext
Class sealed net8.0
Provides contextual information and services for the pipeline execution process of a distributed application.
namespace Aspire.Hosting.Pipelines;
public sealed class PipelineContext{ // ...} 7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesCancellationTokenget; setCancellationToken Gets the cancellation token for the pipeline operation.
ExecutionContextget Gets the execution context for the distributed application.
LoggergetILogger Gets the logger for pipeline operations.
Modelget Gets the distributed application model to be deployed.
ServicesgetIServiceProvider Gets the service provider for dependency resolution.
Summaryget Gets the pipeline summary that steps can add information to. The summary will be displayed to users after pipeline execution completes.