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