Partager via


RelationalTransaction.RollbackToSavepointAsync Méthode

Définition

Restaure toutes les commandes exécutées après l’établissement du point de sauvegarde 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 restaurer.

cancellationToken
CancellationToken

CancellationToken à observer en attendant la fin de la tâche.

Retours

Task représentant l’opération asynchrone.

Implémente

S’applique à