7 references to RetryResult
Aspire.Dashboard (7)
ServiceClient\DashboardClient.cs (7)
465private async Task WatchWithRecoveryAsync(Func<RetryContext, CancellationToken, Task<RetryResult>> action, string actionName, CancellationToken cancellationToken) 529if (await action(retryContext, cancellationToken).ConfigureAwait(false) == RetryResult.DoNotRetry) 564private async Task<RetryResult> WatchResourcesAsync(RetryContext retryContext, CancellationToken cancellationToken) 693return RetryResult.Retry; 696private async Task<RetryResult> WatchInteractionsAsync(RetryContext retryContext, CancellationToken cancellationToken) 708return RetryResult.DoNotRetry; 775return RetryResult.Retry;