UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken>.SaveChanges Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.