Subscription.CreateAsync Method (String, String, String)
Asynchronously creates a subscription with a specified name.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Public Shared Function CreateAsync ( topicPath As String, subscriptionName As String, connectionString As String ) As Task(Of Subscription)
Parameters
- topicPath
-
Type:
System.String
The path of the topic that this subscription belongs to.
- subscriptionName
-
Type:
System.String
The name of the subscription.
- connectionString
-
Type:
System.String
The connection string.
Show: