Topic::DeleteAsync Method (String^, String^)

 

Asynchronously deletes the specified topic.

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

public:
static Task^ DeleteAsync(
	String^ path,
	String^ connectionString
)

Parameters

path
Type: System::String^

The path of the topic to delete.

connectionString
Type: System::String^

The connection string.

Return Value

Type: System.Threading.Tasks::Task^

The topic to delete.

Return to top
Show: