9 references to DashboardClient
Aspire.Dashboard (9)
Components\Layout\ResourceServiceConnectionProvider.cs (9)
24
if (!
DashboardClient
.IsEnabled)
29
DashboardClient
.ConnectionStateChanged += OnConnectionStateChanged;
34
if (firstRender &&
DashboardClient
.IsEnabled)
42
if (
DashboardClient
.ConnectionState is DashboardConnectionState.Disconnected or DashboardConnectionState.Unsupported)
44
await UpdateModalStateAsync(
DashboardClient
.ConnectionState);
75
await JS.InvokeVoidAsync("updateResourceServiceConnectionState", "unsupported", false,
DashboardClient
.ApplicationName,
DashboardClient
.MinRequiredVersion);
90
await
DashboardClient
.ReconnectAsync();
95
DashboardClient
.ConnectionStateChanged -= OnConnectionStateChanged;