Queue.SendAsync Method (JsonObject)

 

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

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

Syntax

public Task SendAsync(
    JsonObject jsonObject
)
public:
Task^ SendAsync(
    JsonObject^ jsonObject
)
member SendAsync : 
        jsonObject:JsonObject -> Task
Public Function SendAsync (
    jsonObject As JsonObject
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

The asynchronous data with the specified json object.

See Also

SendAsync Overload
Queue Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top