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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET