Share via


Topic.SendAsync Method

 

Asynchronously sends a messaging topic.

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

Overload List

Name Description
System_CAPS_pubmethod SendAsync(JsonObject)

Asynchronously sends the specified topic.

System_CAPS_pubmethod SendAsync(Message)

Asynchronously sends the specified topic.

System_CAPS_pubmethod SendAsync<T>(T)

Asynchronously sends a topic with the specified message.

See Also

Topic Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top