IDistributedApplicationPipeline.ExecuteAsync(PipelineContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes all steps in the pipeline in dependency order.
public System.Threading.Tasks.Task ExecuteAsync(Aspire.Hosting.Pipelines.PipelineContext context);
abstract member ExecuteAsync : Aspire.Hosting.Pipelines.PipelineContext -> System.Threading.Tasks.Task
Public Function ExecuteAsync (context As PipelineContext) As Task
Parameters
- context
- PipelineContext
The pipeline context for the execution.
Returns
A task representing the asynchronous operation.