Subscription Constructor (String^, String^, String^)
Initializes a new instance of the Subscription class.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Parameters
- topicPath
-
Type:
System::String^
The path of the topic that this subscription belongs to.
- name
-
Type:
System::String^
The name of the subscription.
- connectionString
-
Type:
System::String^
The connection string.
Show: