NotificationHub::RegisterTemplateAsync Method

 

Creates a new (or updates an existing) template registration.

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

NameDescription
System_CAPS_pubmethodRegisterTemplateAsync(String^, String^, String^)

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

System_CAPS_pubmethodRegisterTemplateAsync(String^, String^, String^, IEnumerable<String^>^)

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

System_CAPS_pubmethodRegisterTemplateAsync(String^, XmlDocument^, String^)

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

System_CAPS_pubmethodRegisterTemplateAsync(String^, XmlDocument^, String^, IEnumerable<String^>^)

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

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

Return to top
Show: