NotificationHubClient.DeleteInstallationAsync 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
DeleteInstallationAsync(String) |
Supprime l’installation de manière asynchrone. |
DeleteInstallationAsync(String, CancellationToken) |
Supprime l’installation de manière asynchrone. |
DeleteInstallationAsync(String)
Supprime l’installation de manière asynchrone.
public System.Threading.Tasks.Task DeleteInstallationAsync (string installationId);
abstract member DeleteInstallationAsync : string -> System.Threading.Tasks.Task
override this.DeleteInstallationAsync : string -> System.Threading.Tasks.Task
Public Function DeleteInstallationAsync (installationId As String) As Task
Paramètres
- installationId
- String
Identificateur d’installation.
Retours
Tâche qui représente l’opération asynchrone.
Implémente
Exceptions
Levée lorsque l’objet installationId a la valeur Null
S’applique à
DeleteInstallationAsync(String, CancellationToken)
Supprime l’installation de manière asynchrone.
public System.Threading.Tasks.Task DeleteInstallationAsync (string installationId, System.Threading.CancellationToken cancellationToken);
abstract member DeleteInstallationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteInstallationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteInstallationAsync (installationId As String, cancellationToken As CancellationToken) As Task
Paramètres
- installationId
- String
Identificateur d’installation.
- 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 installationId a la valeur Null
S’applique à
Azure SDK for .NET