IRoleStore<TRole, TKey>.UpdateAsync Method (TRole)

 

Asynchronously updates a role.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

Task UpdateAsync(
    TRole role
)
Task^ UpdateAsync(
    TRole role
)
abstract UpdateAsync : 
        role:'TRole -> Task
Function UpdateAsync (
    role As TRole
) As Task

Parameters

  • role
    Type: TRole

    The role to update.

Return Value

Type: System.Threading.Tasks.Task

The task representing the asynchronous operation.

See Also

IRoleStore<TRole, TKey> Interface
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top