6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
94
if (!
DashboardClient
.IsEnabled)
190
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
243
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
264
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
337
var interactions =
DashboardClient
.SubscribeInteractionsAsync(_cts.Token);
462
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);