RoleStore<TRole,TContext,TKey,TUserRole,TRoleClaim>.SaveChanges Method

Definition

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.

Applies to