6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
94if (!DashboardClient.IsEnabled) 196await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 249await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 270await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 343var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 468await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);