7 references to RetryResult
Aspire.Dashboard (7)
ServiceClient\DashboardClient.cs (7)
297
private async Task WatchWithRecoveryAsync(Func<RetryContext, CancellationToken, Task<
RetryResult
>> action, CancellationToken cancellationToken)
321
if (await action(retryContext, cancellationToken).ConfigureAwait(false) ==
RetryResult
.DoNotRetry)
346
private async Task<
RetryResult
> WatchResourcesAsync(RetryContext retryContext, CancellationToken cancellationToken)
427
return
RetryResult
.Retry;
430
private async Task<
RetryResult
> WatchInteractionsAsync(RetryContext retryContext, CancellationToken cancellationToken)
442
return
RetryResult
.DoNotRetry;
505
return
RetryResult
.Retry;