UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken>.SaveChanges Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Salva l'archivio corrente.
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
Parametri
- cancellationToken
- CancellationToken
Oggetto CancellationToken usato per propagare le notifiche di richiesta di annullamento dell'operazione.
Restituisce
Oggetto Task che rappresenta l'operazione asincrona.