6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
76
if (!
DashboardClient
.IsEnabled)
170
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
222
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
240
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
316
var interactions =
DashboardClient
.SubscribeInteractionsAsync(_cts.Token);
434
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);