Queue::SendAsync Method

 

Sends data asynchronously to a connected object.

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

NameDescription
System_CAPS_pubmethodSendAsync(JsonObject^)

Sends data asynchronously to a connected object with the specified json object.

System_CAPS_pubmethodSendAsync(Message^)

Sends data asynchronously to a connected object.

System_CAPS_pubmethodSendAsync<T>(T)

Sends data asynchronously to a connected object with the specified message.

Return to top
Show: