Share via


HttpCommandOptions.GetCommandResult Property

Definition

Gets or sets a callback to be invoked after the response is received to determine the result of the command invocation.

public Func<Aspire.Hosting.ApplicationModel.HttpCommandResultContext,System.Threading.Tasks.Task<Aspire.Hosting.ApplicationModel.ExecuteCommandResult>>? GetCommandResult { get; set; }
member this.GetCommandResult : Func<Aspire.Hosting.ApplicationModel.HttpCommandResultContext, System.Threading.Tasks.Task<Aspire.Hosting.ApplicationModel.ExecuteCommandResult>> with get, set
Public Property GetCommandResult As Func(Of HttpCommandResultContext, Task(Of ExecuteCommandResult))

Property Value

Applies to