IUserStore<TUser, TKey>.UpdateAsync Method (TUser)

 

Asynchronously updates a user.

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

Syntax

Task UpdateAsync(
    TUser user
)
Task^ UpdateAsync(
    TUser user
)
abstract UpdateAsync : 
        user:'TUser -> Task
Function UpdateAsync (
    user As TUser
) As Task

Parameters

  • user
    Type: TUser

    The user.

Return Value

Type: System.Threading.Tasks.Task

The task object representing the asynchronous operation.

See Also

IUserStore<TUser, TKey> Interface
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top