NotificationHub::RegisterTemplateAsync Method (String^, String^, String^, IEnumerable<String^>^)

 

Asynchronously creates a new (or updates an existing) template registration.

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

public:
Task<TemplateRegistration^>^ RegisterTemplateAsync(
	String^ channelUri,
	String^ xmlTemplate,
	String^ templateName,
	IEnumerable<String^>^ tags
)

Parameters

channelUri
Type: System::String^

The channel URI.

xmlTemplate
Type: System::String^

The xml template.

templateName
Type: System::String^

The template name.

tags
Type: System.Collections.Generic::IEnumerable<String^>^

The tags.

Return Value

Type: System.Threading.Tasks::Task<TemplateRegistration^>^

The task that performs the registration.

Devices registered in this way can only receive notifications sent in template format.

Return to top
Show: