7 references to RetryResult
Aspire.Dashboard (7)
ServiceClient\DashboardClient.cs (7)
461private async Task WatchWithRecoveryAsync(Func<RetryContext, CancellationToken, Task<RetryResult>> action, string actionName, CancellationToken cancellationToken) 525if (await action(retryContext, cancellationToken).ConfigureAwait(false) == RetryResult.DoNotRetry) 560private async Task<RetryResult> WatchResourcesAsync(RetryContext retryContext, CancellationToken cancellationToken) 689return RetryResult.Retry; 692private async Task<RetryResult> WatchInteractionsAsync(RetryContext retryContext, CancellationToken cancellationToken) 704return RetryResult.DoNotRetry; 771return RetryResult.Retry;