NotificationHubClient.CreateAppleNativeRegistrationAsync 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
CreateAppleNativeRegistrationAsync(String, IEnumerable<String>, CancellationToken) |
Erstellt asynchron eine native Apple-Registrierung. |
CreateAppleNativeRegistrationAsync(String) |
Erstellt asynchron eine native Apple-Registrierung. |
CreateAppleNativeRegistrationAsync(String, IEnumerable<String>) |
Erstellt asynchron eine native Apple-Registrierung. |
CreateAppleNativeRegistrationAsync(String, CancellationToken) |
Erstellt asynchron eine native Apple-Registrierung. |
CreateAppleNativeRegistrationAsync(String, IEnumerable<String>, CancellationToken)
Erstellt asynchron eine native Apple-Registrierung.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription> CreateAppleNativeRegistrationAsync (string deviceToken, System.Collections.Generic.IEnumerable<string> tags, System.Threading.CancellationToken cancellationToken);
abstract member CreateAppleNativeRegistrationAsync : string * seq<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
override this.CreateAppleNativeRegistrationAsync : string * seq<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
Public Function CreateAppleNativeRegistrationAsync (deviceToken As String, tags As IEnumerable(Of String), cancellationToken As CancellationToken) As Task(Of AppleRegistrationDescription)
Parameter
- deviceToken
- String
Das Gerätetoken.
- tags
- IEnumerable<String>
Die Tags.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Der Task, der den asynchronen Vorgang abschließt.
Implementiert
Gilt für:
CreateAppleNativeRegistrationAsync(String)
Erstellt asynchron eine native Apple-Registrierung.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription> CreateAppleNativeRegistrationAsync (string deviceToken);
abstract member CreateAppleNativeRegistrationAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
override this.CreateAppleNativeRegistrationAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
Public Function CreateAppleNativeRegistrationAsync (deviceToken As String) As Task(Of AppleRegistrationDescription)
Parameter
- deviceToken
- String
Das Gerätetoken.
Gibt zurück
Der Task, der den asynchronen Vorgang abschließt.
Implementiert
Gilt für:
CreateAppleNativeRegistrationAsync(String, IEnumerable<String>)
Erstellt asynchron eine native Apple-Registrierung.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription> CreateAppleNativeRegistrationAsync (string deviceToken, System.Collections.Generic.IEnumerable<string> tags);
abstract member CreateAppleNativeRegistrationAsync : string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
override this.CreateAppleNativeRegistrationAsync : string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
Public Function CreateAppleNativeRegistrationAsync (deviceToken As String, tags As IEnumerable(Of String)) As Task(Of AppleRegistrationDescription)
Parameter
- deviceToken
- String
Das Gerätetoken.
- tags
- IEnumerable<String>
Die Tags.
Gibt zurück
Der Task, der den asynchronen Vorgang abschließt.
Implementiert
Gilt für:
CreateAppleNativeRegistrationAsync(String, CancellationToken)
Erstellt asynchron eine native Apple-Registrierung.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription> CreateAppleNativeRegistrationAsync (string deviceToken, System.Threading.CancellationToken cancellationToken);
abstract member CreateAppleNativeRegistrationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
override this.CreateAppleNativeRegistrationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription>
Public Function CreateAppleNativeRegistrationAsync (deviceToken As String, cancellationToken As CancellationToken) As Task(Of AppleRegistrationDescription)
Parameter
- deviceToken
- String
Das Gerätetoken.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Der Task, der den asynchronen Vorgang abschließt.
Implementiert
Gilt für:
Azure SDK for .NET