Share via


PipelineStep.Action Property

Definition

Gets or initializes the action to execute for this step.

public Func<Aspire.Hosting.Pipelines.PipelineStepContext,System.Threading.Tasks.Task> Action { get; init; }
member this.Action : Func<Aspire.Hosting.Pipelines.PipelineStepContext, System.Threading.Tasks.Task> with get, set
Public Property Action As Func(Of PipelineStepContext, Task)

Property Value

Applies to