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)

Public Function SendAsync (
	jsonObject As JsonObject
) As Task

Parameters

jsonObject
Type: Windows.Data.Json.JsonObject

The json object.

Return Value

Type: System.Threading.Tasks.Task

The asynchronous data with the specified json object.

Return to top
Show: