TemplateRegistration Constructor (String, String, String, IEnumerable<String>)

 

Create a TemplateRegistration

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile.Ext (in Microsoft.WindowsAzure.Mobile.Ext.dll)

public TemplateRegistration(
	string channelUri,
	string bodyTemplate,
	string templateName,
	IEnumerable<string> tags
)

Parameters

channelUri
Type: System.String

The channel uri

bodyTemplate
Type: System.String

The template xml in string format

templateName
Type: System.String

The template name

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

The tags that restrict which notifications this registration will receive

Return to top
Show: