Share via


IIdentityMessageService.SendAsync Method (IdentityMessage)

 

Sends the message.

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

Syntax

Task SendAsync(
    IdentityMessage message
)
Task^ SendAsync(
    IdentityMessage^ message
)
abstract SendAsync : 
        message:IdentityMessage -> Task
Function SendAsync (
    message As IdentityMessage
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

The asynchronous task to send a message.

See Also

IIdentityMessageService Interface
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top