PipelineStepAnnotation.CreateStepsAsync(PipelineStepFactoryContext) 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.
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.