TemplateRegistration Constructor (String, String, String, IEnumerable<String>)
Initializes a new instance of the TemplateRegistration class.
Namespace: Microsoft.WindowsAzure.Messaging
Assembly: Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)
Syntax
public TemplateRegistration(
string channelUri,
string bodyTemplate,
string templateName,
IEnumerable<string> tags
)
public:
TemplateRegistration(
String^ channelUri,
String^ bodyTemplate,
String^ templateName,
IEnumerable<String^>^ tags
)
new :
channelUri:string *
bodyTemplate:string *
templateName:string *
tags:IEnumerable<string> -> TemplateRegistration
Public Sub New (
channelUri As String,
bodyTemplate As String,
templateName As String,
tags As IEnumerable(Of String)
)
Parameters
channelUri
Type: System.StringThe channel URI.
bodyTemplate
Type: System.StringThe body template.
templateName
Type: System.StringThe template name.
tags
Type: System.Collections.Generic.IEnumerable<String>The entity tags.
See Also
TemplateRegistration Overload
TemplateRegistration Class
Microsoft.WindowsAzure.Messaging Namespace
Return to top