Topic::SendAsync Method (JsonObject^)

 

Asynchronously sends the specified topic.

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

public:
Task^ SendAsync(
	JsonObject^ jsonObject
)

Parameters

jsonObject
Type: Windows.Data.Json::JsonObject^

The json object.

Return Value

Type: System.Threading.Tasks::Task^

The object to send.

Return to top
Show: