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