TemplateRegistration Constructor (String, String, String, IEnumerable(Of String), IDictionary(Of String, String))
Initializes a new instance of the TemplateRegistration class.
Assembly: Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)
Public Sub New ( channelUri As String, bodyTemplate As String, templateName As String, tags As IEnumerable(Of String), additionalHeaders As IDictionary(Of String, String) )
Parameters
- channelUri
-
Type:
System.String
The channel URI.
- bodyTemplate
-
Type:
System.String
The body template.
- templateName
-
Type:
System.String
The template name.
- tags
-
Type:
System.Collections.Generic.IEnumerable(Of String)
The entity tags.
- additionalHeaders
-
Type:
System.Collections.Generic.IDictionary(Of String, String)
The additional headers.
Show: