6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
95
if (!
DashboardClient
.IsEnabled)
191
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
244
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
265
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
338
var interactions =
DashboardClient
.SubscribeInteractionsAsync(_cts.Token);
463
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);