Queue::SendAsync Method
Sends data asynchronously to a connected object.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() | SendAsync(JsonObject^) | Sends data asynchronously to a connected object with the specified json object. |
![]() | SendAsync(Message^) | Sends data asynchronously to a connected object. |
![]() | SendAsync<T>(T) | Sends data asynchronously to a connected object with the specified message. |
Show:
