Share via


INotificationHubClient.CreateAppleNativeRegistrationAsync Methode

Definition

Überlädt

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.

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>
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.

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>
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.

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>
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.

Gilt für:

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>
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.

Gilt für: