Topic::SendAsync Method

 

Asynchronously sends a messaging topic.

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

NameDescription
System_CAPS_pubmethodSendAsync(JsonObject^)

Asynchronously sends the specified topic.

System_CAPS_pubmethodSendAsync(Message^)

Asynchronously sends the specified topic.

System_CAPS_pubmethodSendAsync<T>(T)

Asynchronously sends a topic with the specified message.

Return to top
Show: