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