6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
91if (!DashboardClient.IsEnabled) 187await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 239await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 257await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 330var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 455await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);