Skip to content
Docs Try Aspire

PipelineStepContext

Handle TypeScript
📦 Aspire.Hosting
interface PipelineStepContext {
readonly cancellationToken: cancellationToken;
readonly executionContext: DistributedApplicationExecutionContext;
}

Properties

property cancellationToken cancellationToken get
Gets the CancellationToken property
property executionContext DistributedApplicationExecutionContext get
Gets the ExecutionContext property