Freigeben über


NotificationHubClient.CreateOrUpdateInstallationAsync Methode

Definition

Überlädt

CreateOrUpdateInstallationAsync(Installation, CancellationToken)

Erstellt oder aktualisiert eine Geräteinstallation asynchron.

CreateOrUpdateInstallationAsync(Installation)

Erstellt oder aktualisiert eine Geräteinstallation asynchron.

CreateOrUpdateInstallationAsync(Installation, CancellationToken)

Erstellt oder aktualisiert eine Geräteinstallation asynchron.

public System.Threading.Tasks.Task CreateOrUpdateInstallationAsync (Microsoft.Azure.NotificationHubs.Installation installation, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateInstallationAsync : Microsoft.Azure.NotificationHubs.Installation * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CreateOrUpdateInstallationAsync : Microsoft.Azure.NotificationHubs.Installation * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CreateOrUpdateInstallationAsync (installation As Installation, cancellationToken As CancellationToken) As Task

Parameter

installation
Installation

Das Geräteinstallationsobjekt.

cancellationToken
CancellationToken

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

Gibt zurück

Eine Aufgabe, die den asynchronen Vorgang darstellt.

Implementiert

Ausnahmen

Wird ausgelöst, wenn das Installationsobjekt NULL ist

InstallationId muss angegeben werden

Gilt für:

CreateOrUpdateInstallationAsync(Installation)

Erstellt oder aktualisiert eine Geräteinstallation asynchron.

public System.Threading.Tasks.Task CreateOrUpdateInstallationAsync (Microsoft.Azure.NotificationHubs.Installation installation);
abstract member CreateOrUpdateInstallationAsync : Microsoft.Azure.NotificationHubs.Installation -> System.Threading.Tasks.Task
override this.CreateOrUpdateInstallationAsync : Microsoft.Azure.NotificationHubs.Installation -> System.Threading.Tasks.Task
Public Function CreateOrUpdateInstallationAsync (installation As Installation) As Task

Parameter

installation
Installation

Das Geräteinstallationsobjekt.

Gibt zurück

Eine Aufgabe, die den asynchronen Vorgang darstellt.

Implementiert

Ausnahmen

Wird ausgelöst, wenn das Installationsobjekt NULL ist

InstallationId muss angegeben werden

Gilt für: