Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously deletes a user.
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
'Declaration
Function DeleteAsync ( _
user As TUser _
) As Task
'Usage
Dim instance As IUserStore
Dim user As TUser
Dim returnValue As Task
returnValue = instance.DeleteAsync(user)
Task DeleteAsync(
TUser user
)
Task^ DeleteAsync(
TUser user
)
abstract DeleteAsync :
user:'TUser -> Task
function DeleteAsync(
user : TUser
) : Task
- user
Type: TUser
The user.
Type: System.Threading.Tasks.Task
The task object representing the asynchronous operation.