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)

public Registration(
	string channelUri,
	IEnumerable<string> tags
)

Parameters

channelUri
Type: System.String

The channel uri

tags
Type: System.Collections.Generic.IEnumerable<String>

The tags to register to receive notifications from

Return to top
Show: