CommandLineArgsCallbackAnnotation.Callback Property

Definition

Gets the callback action to be executed when the executable arguments are parsed.

public Func<Aspire.Hosting.ApplicationModel.CommandLineArgsCallbackContext,System.Threading.Tasks.Task> Callback { get; }
member this.Callback : Func<Aspire.Hosting.ApplicationModel.CommandLineArgsCallbackContext, System.Threading.Tasks.Task>
Public ReadOnly Property Callback As Func(Of CommandLineArgsCallbackContext, Task)

Property Value

Applies to