Topic.SendAsync Method (Message)

 

Asynchronously sends the specified topic.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Syntax

public Task SendAsync(
    Message message
)
public:
Task^ SendAsync(
    Message^ message
)
member SendAsync : 
        message:Message -> Task
Public Function SendAsync (
    message As Message
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

The message to send.

See Also

SendAsync Overload
Topic Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top