Share via


Registration Constructor (String, IEnumerable<String>)

 

Create a default Registration for a channelUri with specific tags

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

Return to top