IIdentityMessageService.SendAsync Method

Sends the message.

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

Syntax

'Declaration
Function SendAsync ( _
    message As IdentityMessage _
) As Task
'Usage
Dim instance As IIdentityMessageService 
Dim message As IdentityMessage 
Dim returnValue As Task 

returnValue = instance.SendAsync(message)
Task SendAsync(
    IdentityMessage message
)
Task^ SendAsync(
    IdentityMessage^ message
)
abstract SendAsync : 
        message:IdentityMessage -> Task
function SendAsync(
    message : IdentityMessage
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task
The asynchronous task to send a message.

See Also

Reference

IIdentityMessageService Interface

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity