11 references to InvokeAsync
Aspire.Dashboard (11)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
227
_plotlyChart.
InvokeAsync
,
Components\Interactions\InteractionsProvider.cs (3)
264
await
InvokeAsync
(async () =>
371
await
InvokeAsync
(async () =>
467
await
InvokeAsync
(_interactionDialogReference.Dialog.CloseAsync);
Components\Pages\Resources.razor.cs (4)
234
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
289
await
InvokeAsync
(async () =>
376
await resources.
InvokeAsync
(async () =>
389
await resources.
InvokeAsync
(async () =>
Components\Pages\TraceDetail.razor.cs (3)
97
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
230
await
InvokeAsync
(_dataGrid.SafeRefreshDataAsync);
244
_tracesSubscription = TelemetryRepository.OnNewTraces(_trace.FirstSpan.Source.ApplicationKey, SubscriptionType.Read, () =>
InvokeAsync
(async () =>