TemplateRegistration Constructor (String, String, String, IEnumerable<String>)
Create a TemplateRegistration
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
Show: