RoleStore<TRole,TContext,TKey,TUserRole,TRoleClaim>.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 virtual System.Threading.Tasks.Task SaveChanges (System.Threading.CancellationToken cancellationToken);
abstract member SaveChanges : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SaveChanges : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable 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.