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