Freigeben über


NotificationHubClient.CreateRegistrationAsync Methode

Definition

Überlädt

CreateRegistrationAsync<T>(T)

Erstellt asynchron eine Registrierung.

CreateRegistrationAsync<T>(T, CancellationToken)

Erstellt asynchron eine Registrierung.

CreateRegistrationAsync<T>(T)

Erstellt asynchron eine Registrierung.

public System.Threading.Tasks.Task<T> CreateRegistrationAsync<T> (T registration) where T : Microsoft.Azure.NotificationHubs.RegistrationDescription;
abstract member CreateRegistrationAsync : 'T -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.Azure.NotificationHubs.RegistrationDescription)> (requires 'T :> Microsoft.Azure.NotificationHubs.RegistrationDescription)
override this.CreateRegistrationAsync : 'T -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.Azure.NotificationHubs.RegistrationDescription)> (requires 'T :> Microsoft.Azure.NotificationHubs.RegistrationDescription)
Public Function CreateRegistrationAsync(Of T As RegistrationDescription) (registration As T) As Task(Of T)

Typparameter

T

Der Registrierungstyp.

Parameter

registration
T

Die zu erstellende Registrierung.

Gibt zurück

Task<T>

Der Task, der den asynchronen Vorgang abschließt.

Implementiert

Ausnahmen

NotificationHubPath in RegistrationDescription ist ungültig. oder RegistrationId muss NULL oder leer sein.

Gilt für:

CreateRegistrationAsync<T>(T, CancellationToken)

Erstellt asynchron eine Registrierung.

public System.Threading.Tasks.Task<T> CreateRegistrationAsync<T> (T registration, System.Threading.CancellationToken cancellationToken) where T : Microsoft.Azure.NotificationHubs.RegistrationDescription;
abstract member CreateRegistrationAsync : 'T * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.Azure.NotificationHubs.RegistrationDescription)> (requires 'T :> Microsoft.Azure.NotificationHubs.RegistrationDescription)
override this.CreateRegistrationAsync : 'T * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.Azure.NotificationHubs.RegistrationDescription)> (requires 'T :> Microsoft.Azure.NotificationHubs.RegistrationDescription)
Public Function CreateRegistrationAsync(Of T As RegistrationDescription) (registration As T, cancellationToken As CancellationToken) As Task(Of T)

Typparameter

T

Der Registrierungstyp.

Parameter

registration
T

Die zu erstellende Registrierung.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Task<T>

Der Task, der den asynchronen Vorgang abschließt.

Implementiert

Ausnahmen

NotificationHubPath in RegistrationDescription ist ungültig. oder RegistrationId muss NULL oder leer sein.

Gilt für: