Share via


PipelineStepAnnotation.CreateStepsAsync(PipelineStepFactoryContext) Method

Definition

Creates pipeline steps asynchronously.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Aspire.Hosting.Pipelines.PipelineStep>> CreateStepsAsync(Aspire.Hosting.Pipelines.PipelineStepFactoryContext context);
member this.CreateStepsAsync : Aspire.Hosting.Pipelines.PipelineStepFactoryContext -> System.Threading.Tasks.Task<seq<Aspire.Hosting.Pipelines.PipelineStep>>
Public Function CreateStepsAsync (context As PipelineStepFactoryContext) As Task(Of IEnumerable(Of PipelineStep))

Parameters

context
PipelineStepFactoryContext

The factory context containing the pipeline context and resource.

Returns

A task that represents the asynchronous operation and contains the created pipeline steps.

Applies to