NotificationHub::RegisterTemplateAsync Method
Creates a new (or updates an existing) template registration.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterTemplateAsync(String^, String^, String^) | Asynchronously creates a new (or updates an existing) template registration. |
![]() | RegisterTemplateAsync(String^, String^, String^, IEnumerable<String^>^) | Asynchronously creates a new (or updates an existing) template registration. |
![]() | RegisterTemplateAsync(String^, XmlDocument^, String^) | Asynchronously creates a new (or updates an existing) template registration. |
![]() | RegisterTemplateAsync(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.
Show:
