RetryAction Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Réessayez les opérations asynchrones. En cas d’erreurs, il collecte et retourne des exceptions dans un objet AggregateException.
public static class RetryAction
type RetryAction = class
Public Class RetryAction
- Héritage
-
RetryAction
Méthodes
RunAsync<TResult>(Func<Task<TResult>>, Func<Exception,Int32,RetryParams>) |
Démarre la nouvelle tentative de l’action demandée. |