NotificationHubClient.CreateBaiduTemplateRegistrationAsync Method

Definition

Overloads

CreateBaiduTemplateRegistrationAsync(String, String, String)

Creates the baidu template registration asynchronously.

CreateBaiduTemplateRegistrationAsync(String, String, String, IEnumerable<String>)

Creates the baidu template registration asynchronously.

CreateBaiduTemplateRegistrationAsync(String, String, String)

Creates the baidu template registration asynchronously.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduTemplateRegistrationDescription> CreateBaiduTemplateRegistrationAsync (string userId, string channelId, string jsonPayload);
Parameters
userId
String

The user identifier.

channelId
String

The channel identifier.

jsonPayload
String

The json payload.

Returns

A task that represents the asynchronous operation.

CreateBaiduTemplateRegistrationAsync(String, String, String, IEnumerable<String>)

Creates the baidu template registration asynchronously.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduTemplateRegistrationDescription> CreateBaiduTemplateRegistrationAsync (string userId, string channelId, string jsonPayload, System.Collections.Generic.IEnumerable<string> tags);
Parameters
userId
String

The user identifier.

channelId
String

The channel identifier.

jsonPayload
String

The json payload.

tags
IEnumerable<String>

The tags.

Returns

A task that represents the asynchronous operation.