1 instantiation of RetryContext
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
467var retryContext = new RetryContext();
4 references to RetryContext
Aspire.Dashboard (4)
ServiceClient\DashboardClient.cs (4)
461private async Task WatchWithRecoveryAsync(Func<RetryContext, CancellationToken, Task<RetryResult>> action, string actionName, CancellationToken cancellationToken) 467var retryContext = new RetryContext(); 560private async Task<RetryResult> WatchResourcesAsync(RetryContext retryContext, CancellationToken cancellationToken) 692private async Task<RetryResult> WatchInteractionsAsync(RetryContext retryContext, CancellationToken cancellationToken)