2 references to WatchWithRecoveryAsync
Aspire.Dashboard (2)
ResourceService\DashboardClient.cs (2)
246
Task.Run(() =>
WatchWithRecoveryAsync
(cancellationToken, WatchResourcesAsync), cancellationToken),
247
Task.Run(() =>
WatchWithRecoveryAsync
(cancellationToken, WatchInteractionsAsync), cancellationToken)).ConfigureAwait(false);