Retry 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 Retry
type Retry = class
Public Class Retry
- Inheritance
-
Retry
Methods
Run<TResult>(Func<Task<TResult>>, Func<Exception,Int32,RetryParams>) |
Starts the retry of the action requested. |