UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken>.SaveChanges 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.
Enregistre le magasin actuel.
protected:
System::Threading::Tasks::Task ^ SaveChanges(System::Threading::CancellationToken cancellationToken);
protected System.Threading.Tasks.Task SaveChanges (System.Threading.CancellationToken cancellationToken);
member this.SaveChanges : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Function SaveChanges (cancellationToken As CancellationToken) As Task
Paramètres
- cancellationToken
- CancellationToken
CancellationToken utilisé pour propager les notifications indiquant que l’opération doit être annulée.
Retours
Task qui représente l’opération asynchrone.