InputLoadOptions.LoadCallback Property
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.
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)