1 instantiation of RetryContext
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
303
var retryContext = new
RetryContext
();
4 references to RetryContext
Aspire.Dashboard (4)
ServiceClient\DashboardClient.cs (4)
297
private async Task WatchWithRecoveryAsync(Func<
RetryContext
, CancellationToken, Task<RetryResult>> action, CancellationToken cancellationToken)
303
var
retryContext = new RetryContext();
346
private async Task<RetryResult> WatchResourcesAsync(
RetryContext
retryContext, CancellationToken cancellationToken)
430
private async Task<RetryResult> WatchInteractionsAsync(
RetryContext
retryContext, CancellationToken cancellationToken)