Topic.SendAsync(Of T) Method (T)

 

Asynchronously sends a topic with the specified message.

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

Public Function SendAsync(Of T) (
	message As T
) As Task

Parameters

message
Type: T

The topic message.

Return Value

Type: System.Threading.Tasks.Task

The asynchronous data.

Type Parameters

T

The type of the topic.

Return to top
Show: