INotificationHubClient.CreateOrUpdateInstallationAsync 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
CreateOrUpdateInstallationAsync(Installation) |
Erstellt oder aktualisiert eine Geräteinstallation asynchron. |
CreateOrUpdateInstallationAsync(Installation, CancellationToken) |
Erstellt oder aktualisiert eine Geräteinstallation asynchron. |
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
Public Function CreateOrUpdateInstallationAsync (installation As Installation) As Task
Parameter
- installation
- Installation
Das Installationsobjekt des Geräts.
Gibt zurück
Eine Aufgabe, die den asynchronen Vorgang darstellt.
Ausnahmen
Wird ausgelöst, wenn das Installationsobjekt NULL ist
InstallationId muss angegeben werden.
Gilt für:
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
Public Function CreateOrUpdateInstallationAsync (installation As Installation, cancellationToken As CancellationToken) As Task
Parameter
- installation
- Installation
Das Installationsobjekt des Geräts.
- 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.
Ausnahmen
Wird ausgelöst, wenn das Installationsobjekt NULL ist
InstallationId muss angegeben werden.
Gilt für:
Azure SDK for .NET