6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
91
if (!
DashboardClient
.IsEnabled)
187
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
239
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
257
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);
330
var interactions =
DashboardClient
.SubscribeInteractionsAsync(_cts.Token);
455
await
DashboardClient
.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);