IDbContextTransaction.RollbackToSavepointAsync Méthode
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.
Restaure toutes les commandes qui ont été exécutées après l’établissement du point d’enregistrement spécifié.
public virtual System.Threading.Tasks.Task RollbackToSavepointAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member RollbackToSavepointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RollbackToSavepointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function RollbackToSavepointAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- name
- String
Nom du point d’enregistrement vers lequel revenir en arrière.
- cancellationToken
- CancellationToken
CancellationToken À observer en attendant la fin de la tâche.
Retours
Task représentant l’opération asynchrone.
Exceptions
Si le CancellationToken est annulé.
Remarques
Pour plus d’informations et d’exemples , consultez Transactions dans EF Core .