IDbContextTransaction.CommitAsync(CancellationToken) 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.
Valide de manière asynchrone toutes les modifications apportées à la base de données dans la transaction actuelle.
public System.Threading.Tasks.Task CommitAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member CommitAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CommitAsync (Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- 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 .