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