RoleManager<TRole>.UpdateNormalizedRoleNameAsync(TRole) 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.
Updates the normalized name for the specified role
.
public:
virtual System::Threading::Tasks::Task ^ UpdateNormalizedRoleNameAsync(TRole role);
public virtual System.Threading.Tasks.Task UpdateNormalizedRoleNameAsync (TRole role);
abstract member UpdateNormalizedRoleNameAsync : 'Role -> System.Threading.Tasks.Task
override this.UpdateNormalizedRoleNameAsync : 'Role -> System.Threading.Tasks.Task
Public Overridable Function UpdateNormalizedRoleNameAsync (role As TRole) As Task
Parameters
- role
- TRole
The role whose normalized name needs to be updated.
Returns
The Task that represents the asynchronous operation.