3 references to MaxAttempts
Microsoft.Arcade.Common (3)
ExponentialRetry.cs (3)
53
for (int i = 0; i <
MaxAttempts
; i++)
57
string attempt = $"Attempt {i + 1}/{
MaxAttempts
}";
66
if (i ==
MaxAttempts
- 1)