Implemented interface member:
method
RunAsync
Microsoft.Arcade.Common.IRetryHandler.RunAsync(System.Func<System.Int32, System.Threading.Tasks.Task<System.Boolean>>)
8 references to RunAsync
Microsoft.DotNet.Build.Tasks.Feed (1)
src\common\AzureStorageUtils.cs (1)
93bool success = await retryHandler.RunAsync(async attempt =>
Microsoft.DotNet.Deployment.Tasks.Links (3)
Microsoft.DotNet.Helix.Sdk (2)
FindDotNetCliPackage.cs (2)
235await _retry.RunAsync(async attempt => 259await _retry.RunAsync(async attempt =>
Microsoft.DotNet.VersionTools (2)
src\BuildManifest\BuildManifestClient.cs (2)
71await Retry.RunAsync(async attempt => 106await Retry.RunAsync(async attempt =>