NotificationHubClient.CreateOrUpdateInstallationAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CreateOrUpdateInstallationAsync(Installation, CancellationToken) |
Crée ou met à jour une installation d’appareil de manière asynchrone. |
CreateOrUpdateInstallationAsync(Installation) |
Crée ou met à jour une installation d’appareil de manière asynchrone. |
CreateOrUpdateInstallationAsync(Installation, CancellationToken)
Crée ou met à jour une installation d’appareil de manière asynchrone.
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
Paramètres
- installation
- Installation
Objet d’installation de l’appareil.
- cancellationToken
- CancellationToken
CancellationToken à observer en attendant qu'une tâche se termine.
Retours
Tâche qui représente l’opération asynchrone.
Implémente
Exceptions
Levée lorsque l’objet d’installation est null
InstallationId doit être spécifié
S’applique à
CreateOrUpdateInstallationAsync(Installation)
Crée ou met à jour une installation d’appareil de manière asynchrone.
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
Paramètres
- installation
- Installation
Objet d’installation de l’appareil.
Retours
Tâche qui représente l’opération asynchrone.
Implémente
Exceptions
Levée lorsque l’objet d’installation est null
InstallationId doit être spécifié
S’applique à
Azure SDK for .NET