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