Partager via


NotificationHubClient.CreateOrUpdateInstallationAsync Méthode

Définition

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 à