33 references to InvokeAsync
Aspire.Dashboard (33)
Components\Controls\AssistantChat.razor.cs (1)
251await InvokeAsync(async () =>
Components\Controls\Chart\PlotlyChart.razor.cs (1)
230_plotlyChart.InvokeAsync,
Components\Controls\LogViewer.razor.cs (1)
117InvokeAsync(async () =>
Components\Controls\PropertyValues\SpanIdButtonValue.razor.cs (1)
42InvokeAsync,
Components\Controls\ResourceSelect.razor.cs (1)
42return InvokeAsync(async () =>
Components\Controls\SpanDetails.razor.cs (1)
219InvokeAsync,
Components\Controls\SummaryDetailsView.razor.cs (1)
290await InvokeAsync(async () =>
Components\Dialogs\ExemplarsDialog.razor.cs (1)
43InvokeAsync,
Components\Dialogs\ManageDataDialog.razor.cs (2)
92await InvokeAsync(async () => 195await InvokeAsync(async () =>
Components\Interactions\InteractionsProvider.cs (3)
278await InvokeAsync(async () => 385await InvokeAsync(async () => 481await InvokeAsync(_interactionDialogReference.Dialog.CloseAsync);
Components\Pages\ConsoleLogs.razor.cs (3)
341await InvokeAsync(_logViewerRef.SafeRefreshDataAsync); 408await InvokeAsync(_logViewerRef.SafeRefreshDataAsync); 957_ = InvokeAsync(_logViewerRef.SafeRefreshDataAsync);
Components\Pages\Resources.razor.cs (4)
287await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 343await InvokeAsync(async () => 437await resources.InvokeAsync(async () => 450await resources.InvokeAsync(async () =>
Components\Pages\StructuredLogs.razor.cs (5)
305await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 407await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 465InvokeAsync(async () => 540await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 566InvokeAsync,
Components\Pages\TraceDetail.razor.cs (4)
123await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 327await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 335await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 349_tracesSubscription = TelemetryRepository.OnNewTraces(_trace.FirstSpan.Source.ResourceKey, SubscriptionType.Read, () => InvokeAsync(async () =>
Components\Pages\Traces.razor.cs (4)
240await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 248await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 287InvokeAsync(async () => 331await InvokeAsync(_dataGrid.SafeRefreshDataAsync);