Share via


Registration Constructor (String)

 

Create a default Registration for a channelUri

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile.Ext (in Microsoft.WindowsAzure.Mobile.Ext.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.MobileServices Namespace

Return to top