Registration Constructor (String)

 

Initializes a new instance of the Registration class.

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

Syntax

public Registration(
    string channelUri
)
public:
Registration(
    String^ channelUri
)
new : 
        channelUri:string -> Registration
Public Sub New (
    channelUri As String
)

Parameters

See Also

Registration Overload
Registration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top