8 references to DashboardClient
Aspire.Dashboard (8)
Components\Layout\TerminalDock.razor.cs (8)
116
if (
DashboardClient
.IsEnabled && !
DashboardClient
.IsReadOnly)
139
if (_disposed || !
DashboardClient
.IsEnabled ||
DashboardClient
.IsReadOnly)
171
if (_resourceWatchTask is null &&
DashboardClient
.IsEnabled && !
DashboardClient
.IsReadOnly)
375
await
DashboardClient
.CloseTerminalAsync(terminalId, _cts.Token).ConfigureAwait(true);
407
await foreach (var update in
DashboardClient
.SubscribeTerminalsAsync(cancellationToken).ConfigureAwait(false))