UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken,TUserPasskey>.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);member this.SaveChanges : System.Threading.CancellationToken -> System.Threading.Tasks.TaskProtected Function SaveChanges (cancellationToken As CancellationToken) As TaskParameters
- cancellationToken
- CancellationToken
The CancellationToken used to propagate notifications that the operation should be canceled.
Returns
The Task that represents the asynchronous operation.