TemplateRegistration Constructor (String^, String^, String^)

 

Initializes a new instance of the TemplateRegistration class.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
TemplateRegistration(
	String^ channelUri,
	String^ bodyTemplate,
	String^ templateName
)

Parameters

channelUri
Type: System::String^

The channel URI.

bodyTemplate
Type: System::String^

The body template.

templateName
Type: System::String^

The template name.

Return to top
Show: