Subscription Constructor (String^, String^, String^)

 

Initializes a new instance of the Subscription class.

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

public:
Subscription(
	String^ topicPath,
	String^ name,
	String^ connectionString
)

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.

Return to top
Show: