Share via


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)

Syntax

public Subscription(
    string topicPath,
    string name,
    string connectionString
)
public:
Subscription(
    String^ topicPath,
    String^ name,
    String^ connectionString
)
new : 
        topicPath:string *
        name:string *
        connectionString:string -> Subscription
Public Sub New (
    topicPath As String,
    name As String,
    connectionString As String
)

Parameters

  • topicPath
    Type: System.String

    The path of the topic that this subscription belongs to.

See Also

Subscription Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top