Partager via


NotificationHubClient.GetInstallationAsync Méthode

Définition

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>
override this.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.

Implémente

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>
override this.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.

Implémente

Exceptions

Levée lorsque l’objet installationId a la valeur Null

S’applique à