21 references to InvokeAsync
Aspire.Dashboard (16)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
230
_plotlyChart.
InvokeAsync
,
Components\Dialogs\GenAIVisualizerDialog.razor.cs (1)
109
await
InvokeAsync
(async () =>
Components\Interactions\InteractionsProvider.cs (3)
294
await
InvokeAsync
(async () =>
406
await
InvokeAsync
(async () =>
448
await
InvokeAsync
(_interactionDialogReference.Dialog.CloseAsync);
Components\Layout\DashboardDialogProvider.cs (1)
41
await
InvokeAsync
(DialogService.DismissAllAsync);
Components\Layout\ResourceServiceConnectionProvider.cs (1)
53
await
InvokeAsync
(() => UpdateModalStateAsync(state));
Components\Pages\ConsoleLogs.razor.cs (3)
401
await
InvokeAsync
(async () =>
572
await
InvokeAsync
(_logViewerRef.SafeRefreshDataAsync);
1296
_ =
InvokeAsync
(_logViewerRef.SafeRefreshDataAsync);
Components\Pages\Resources.razor.cs (4)
252
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
306
await
InvokeAsync
(async () =>
428
await resources.
InvokeAsync
(async () =>
441
await resources.
InvokeAsync
(async () =>
Components\Pages\TraceDetail.razor.cs (2)
351
_tracesSubscription = TelemetryRepository.OnNewTraces(_trace.FirstSpan.Source.ResourceKey, SubscriptionType.Read, () =>
InvokeAsync
(async () =>
608
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
Microsoft.AspNetCore.Components.QuickGrid (4)
Pagination\Paginator.razor.cs (1)
86
await
InvokeAsync
(async () =>
QuickGrid.razor.cs (3)
437
await
InvokeAsync
(async () =>
447
await
InvokeAsync
(async () =>
498
/// <see cref="ComponentBase.
InvokeAsync
(Func{Task})"/>.
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
234
/// <see cref="ComponentBase.
InvokeAsync
(Func{Task})"/> to await completion.