NotificationHubClient.CreateWindowsTemplateRegistrationAsync
Method
Definition
Overloads
| CreateWindowsTemplateRegistrationAsync(String, String) |
Asynchronously creates Windows template registration. |
| CreateWindowsTemplateRegistrationAsync(String, String, IEnumerable<String>) |
Asynchronously creates Windows template registration. |
CreateWindowsTemplateRegistrationAsync(String, String)
Asynchronously creates Windows template registration.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription> CreateWindowsTemplateRegistrationAsync (string channelUri, string xmlTemplate);
Parameters
- channelUri
- String
The channel URI.
- xmlTemplate
- String
The XML template.
Returns
The task that completes the asynchronous operation.
CreateWindowsTemplateRegistrationAsync(String, String, IEnumerable<String>)
Asynchronously creates Windows template registration.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription> CreateWindowsTemplateRegistrationAsync (string channelUri, string xmlTemplate, System.Collections.Generic.IEnumerable<string> tags);
Parameters
- channelUri
- String
The channel URI.
- xmlTemplate
- String
The XML template.
- tags
- IEnumerable<String>
The tags.
Returns
The task that completes the asynchronous operation.