TemplateRegistration Constructor (String^, String^, String^, IEnumerable<String^>^, IDictionary<String^, String^>^)
Initializes a new instance of the TemplateRegistration class.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
public:
TemplateRegistration(
String^ channelUri,
String^ bodyTemplate,
String^ templateName,
IEnumerable<String^>^ tags,
IDictionary<String^, String^>^ additionalHeaders
)
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<String^>^
The entity tags.
- additionalHeaders
-
Type:
System.Collections.Generic::IDictionary<String^, String^>^
The additional headers.
Show: