11 references to InvokeAsync
Aspire.Dashboard (11)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
214
_plotlyChart.
InvokeAsync
,
Components\Interactions\InteractionsProvider.cs (3)
229
await
InvokeAsync
(async () =>
311
await
InvokeAsync
(async () =>
406
await
InvokeAsync
(_interactionDialogReference.Dialog.CloseAsync);
Components\Pages\Resources.razor.cs (4)
232
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
287
await
InvokeAsync
(async () =>
374
await resources.
InvokeAsync
(async () =>
387
await resources.
InvokeAsync
(async () =>
Components\Pages\TraceDetail.razor.cs (3)
83
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
219
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
233
_tracesSubscription = TelemetryRepository.OnNewTraces(_trace.FirstSpan.Source.ApplicationKey, SubscriptionType.Read, () =>
InvokeAsync
(async () =>