Share via


InputLoadOptions.LoadCallback Property

Definition

Gets the callback function that is invoked to perform a load operation using the specified input context.

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

Property Value

Applies to