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

 

Asynchronously deletes a user.

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

Syntax

Task DeleteAsync(
    TUser user
)
Task^ DeleteAsync(
    TUser user
)
abstract DeleteAsync : 
        user:'TUser -> Task
Function DeleteAsync (
    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

Return to top