2 implementations of RunAsync
Microsoft.Arcade.Common (1)
ExponentialRetry.cs (1)
34public Task<bool> RunAsync(Func<int, Task<bool>> actionSuccessfulAsync)
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
TestDoubles\MockRetryHandler.cs (1)
28public Task<bool> RunAsync(Func<int, Task<bool>> actionSuccessfulAsync)
3 references to RunAsync
Microsoft.DotNet.Build.Tasks.Feed (2)
src\common\AzureStorageUtils.cs (1)
250bool success = await retryHandler.RunAsync(async attempt =>
src\common\GeneralUtils.cs (1)
147bool success = await retryHandler.RunAsync(async attempt =>
Microsoft.DotNet.Helix.Sdk (1)
ProvisioningProfileProvider.cs (1)
196await _retryHandler.RunAsync(async _ =>