Implemented interface member:
property
IsEnabled
Aspire.Dashboard.ServiceClient.IDashboardClient.IsEnabled
3 references to IsEnabled
Aspire.Dashboard (3)
DashboardWebApplication.cs (1)
479if (!client.IsEnabled)
ServiceClient\DashboardClient.cs (1)
324throw new InvalidOperationException($"{nameof(DashboardClient)} is disabled. Check the {nameof(IsEnabled)} property before calling this.");
ServiceClient\SelectedDashboardClient.cs (1)
12public bool IsEnabled => IsReadOnly || currentClient.IsEnabled;