RoleManager<TRole>.UpdateRoleAsync(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.
Called to update the role after validating and updating the normalized role name.
protected:
virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::IdentityResult ^> ^ UpdateRoleAsync(TRole role);
protected virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult> UpdateRoleAsync (TRole role);
abstract member UpdateRoleAsync : 'Role -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
override this.UpdateRoleAsync : 'Role -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
Protected Overridable Function UpdateRoleAsync (role As TRole) As Task(Of IdentityResult)
Parameters
- role
- TRole
The role.
Returns
Whether the operation was successful.