PipelineContext
Class sealed net10.0
Provides contextual information and services for the pipeline execution process of a distributed application.
namespace Aspire.Hosting.Pipelines;
public sealed class PipelineContext{ // ...} 6 members
Constructors1
Section titled ConstructorsProperties5
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.