2 references to MaxAttempts
Microsoft.Arcade.Common (2)
ExponentialRetry.cs (2)
43
for (int i = 0; i <
MaxAttempts
; i++)
45
string attempt = $"Attempt {i + 1}/{
MaxAttempts
}";