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