5 references to DashboardClient
Aspire.Dashboard (5)
Components\Interactions\InteractionsProvider.cs (5)
53
if (!
DashboardClient
.IsEnabled)
115
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
174
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
214
var interactions =
DashboardClient
.SubscribeInteractionsAsync(_cts.Token);
304
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);