UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken>.SaveChanges Method

Definition

Saves the current store.

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

Parameters

cancellationToken
CancellationToken

The CancellationToken used to propagate notifications that the operation should be canceled.

Returns

The Task that represents the asynchronous operation.

Applies to