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