Subscription::DeleteAsync Method (String^, String^, String^)
Asynchronously deletes a subscription.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
public: static Task^ DeleteAsync( String^ topicPath, String^ subscriptionName, String^ connectionString )
Parameters
- topicPath
-
Type:
System::String^
The topic path.
- subscriptionName
-
Type:
System::String^
The subscription name.
- connectionString
-
Type:
System::String^
The connection string.
Show: