Registration Constructor (String, IEnumerable<String>)

 

Initializes a new instance of the Registration class.

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

Syntax

public Registration(
    string channelUri,
    IEnumerable<string> tags
)
public:
Registration(
    String^ channelUri,
    IEnumerable<String^>^ tags
)
new : 
        channelUri:string *
        tags:IEnumerable<string> -> Registration
Public Sub New (
    channelUri As String,
    tags As IEnumerable(Of String)
)

Parameters

See Also

Registration Overload
Registration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top