TemplateRegistration Constructor (String, String, String, IEnumerable<String>, IEnumerable<KeyValuePair<String, 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, IEnumerable<KeyValuePair<string, string>> additionalHeaders )
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
- additionalHeaders
-
Type:
System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>
Additional headers
Show: