NotificationHubClient.CreateBaiduNativeRegistrationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateBaiduNativeRegistrationAsync(String, String) |
Creates the baidu native registration asynchronously. |
CreateBaiduNativeRegistrationAsync(String, String, IEnumerable<String>) |
Creates the baidu native registration asynchronously. |
CreateBaiduNativeRegistrationAsync(String, String)
Creates the baidu native registration asynchronously.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduRegistrationDescription> CreateBaiduNativeRegistrationAsync (string userId, string channelId);
abstract member CreateBaiduNativeRegistrationAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduRegistrationDescription>
override this.CreateBaiduNativeRegistrationAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduRegistrationDescription>
Public Function CreateBaiduNativeRegistrationAsync (userId As String, channelId As String) As Task(Of BaiduRegistrationDescription)
Parameters
- userId
- String
The user identifier.
- channelId
- String
The channel identifier.
Returns
A task that represents the asynchronous operation.
Implements
Applies to
CreateBaiduNativeRegistrationAsync(String, String, IEnumerable<String>)
Creates the baidu native registration asynchronously.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduRegistrationDescription> CreateBaiduNativeRegistrationAsync (string userId, string channelId, System.Collections.Generic.IEnumerable<string> tags);
abstract member CreateBaiduNativeRegistrationAsync : string * string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduRegistrationDescription>
override this.CreateBaiduNativeRegistrationAsync : string * string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduRegistrationDescription>
Public Function CreateBaiduNativeRegistrationAsync (userId As String, channelId As String, tags As IEnumerable(Of String)) As Task(Of BaiduRegistrationDescription)
Parameters
- userId
- String
The user identifier.
- channelId
- String
The channel identifier.
- tags
- IEnumerable<String>
The tags.
Returns
A task that represents the asynchronous operation.
Implements
Applies to
Azure SDK for .NET