Share via


Topic.SendAsync Method (JsonObject)

 

Asynchronously sends the specified topic.

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 object to send.

See Also

SendAsync Overload
Topic Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top