6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
87
if (!
DashboardClient
.IsEnabled)
181
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
233
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
251
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
324
var interactions =
DashboardClient
.SubscribeInteractionsAsync(_cts.Token);
449
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);