Implemented interface member:
method
RunAsync
Microsoft.Arcade.Common.IRetryHandler.RunAsync(System.Func<System.Int32, System.Threading.Tasks.Task<System.Boolean>>, System.Threading.CancellationToken)
1 reference to RunAsync
Microsoft.Arcade.Common (1)
ExponentialRetry.cs (1)
36
return
RunAsync
(actionSuccessfulAsync, DefaultCancellationToken);