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