Subscription.CreateAsync Method (String, String, String)

 

Asynchronously creates a subscription with a specified name.

Namespace:   Microsoft.WindowsAzure.Messaging
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.

Return Value

Type: System.Threading.Tasks.Task(Of Subscription)

The created subscription.

Return to top
Show: