1 instantiation of InteractionInputLoadContext
Aspire.Hosting (1)
Ats\InteractionExports.cs (1)
384
LoadCallback = loadContext => callback(new
InteractionInputLoadContext
(loadContext)),
2 references to InteractionInputLoadContext
Aspire.Hosting (2)
Ats\InteractionExports.cs (2)
291
/// instance through <see cref="
InteractionInputLoadContext
"/>, which is why the input is modeled as a handle here
376
public InteractionInputBuilder WithDynamicLoading(Func<
InteractionInputLoadContext
, Task> callback, DynamicLoadingOptions? options = null)