RetryAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retries asynchronous operations. In case of errors, it collects and returns exceptions in an AggregateException object.
public static class RetryAction
type RetryAction = class
Public Class RetryAction
- Inheritance
-
RetryAction
Methods
RunAsync<TResult>(Func<Task<TResult>>, Func<Exception,Int32,RetryParams>) |
Starts the retry of the action requested. |