Queue.SendAsync Method (Message)

 

Sends data asynchronously to a connected object.

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 asynchronous data.

Return to top
Show: