Implemented interface member:
method
ReconnectAsync
Aspire.Dashboard.ServiceClient.IDashboardClient.ReconnectAsync()
2 references to ReconnectAsync
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (1)
377
/// cancelled by <see cref="
ReconnectAsync
"/> for immediate retry.
ServiceClient\SelectedDashboardClient.cs (1)
33
public Task ReconnectAsync() => IsReadOnly ? Task.CompletedTask : currentClient.
ReconnectAsync
();