16 references to InvokeAsync
Aspire.Dashboard (16)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
227
_plotlyChart.
InvokeAsync
,
Components\Interactions\InteractionsProvider.cs (3)
270
await
InvokeAsync
(async () =>
377
await
InvokeAsync
(async () =>
473
await
InvokeAsync
(_interactionDialogReference.Dialog.CloseAsync);
Components\Pages\ConsoleLogs.razor.cs (4)
180
await
InvokeAsync
(_logViewerRef.SafeRefreshDataAsync);
320
await
InvokeAsync
(_logViewerRef.SafeRefreshDataAsync);
375
await
InvokeAsync
(_logViewerRef.SafeRefreshDataAsync);
980
_ =
InvokeAsync
(_logViewerRef.SafeRefreshDataAsync);
Components\Pages\Resources.razor.cs (4)
234
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
289
await
InvokeAsync
(async () =>
383
await resources.
InvokeAsync
(async () =>
396
await resources.
InvokeAsync
(async () =>
Components\Pages\TraceDetail.razor.cs (4)
113
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
309
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
317
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
331
_tracesSubscription = TelemetryRepository.OnNewTraces(_trace.FirstSpan.Source.ResourceKey, SubscriptionType.Read, () =>
InvokeAsync
(async () =>