Topic.SendAsync Method (Message)

 

Asynchronously sends the specified topic.

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

Public Function SendAsync (
	message As Message
) As Task

Parameters

message
Type: Microsoft.WindowsAzure.Messaging.Message

The message.

Return Value

Type: System.Threading.Tasks.Task

The message to send.

Return to top
Show: