NotificationHubClient.CreateBaiduNativeRegistrationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateBaiduNativeRegistrationAsync(String, String) |
Erstellt die native Baidu-Registrierung asynchron. |
CreateBaiduNativeRegistrationAsync(String, String, IEnumerable<String>) |
Erstellt die native Baidu-Registrierung asynchron. |
CreateBaiduNativeRegistrationAsync(String, String)
Erstellt die native Baidu-Registrierung asynchron.
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)
Parameter
- userId
- String
Der Benutzerbezeichner.
- channelId
- String
Der Kanalbezeichner.
Gibt zurück
Eine Aufgabe, die den asynchronen Vorgang darstellt.
Implementiert
Gilt für:
CreateBaiduNativeRegistrationAsync(String, String, IEnumerable<String>)
Erstellt die native Baidu-Registrierung asynchron.
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)
Parameter
- userId
- String
Der Benutzerbezeichner.
- channelId
- String
Der Kanalbezeichner.
- tags
- IEnumerable<String>
Die Tags.
Gibt zurück
Eine Aufgabe, die den asynchronen Vorgang darstellt.
Implementiert
Gilt für:
Azure SDK for .NET