Partager via


INamespaceManager.GetNotificationHubsAsync Méthode

Définition

Surcharges

GetNotificationHubsAsync()

Obtient les hubs de notification de manière asynchrone.

GetNotificationHubsAsync(CancellationToken)

Obtient les hubs de notification de manière asynchrone.

GetNotificationHubsAsync()

Obtient les hubs de notification de manière asynchrone.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.NotificationHubs.NotificationHubDescription>> GetNotificationHubsAsync ();
abstract member GetNotificationHubsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubDescription>>
Public Function GetNotificationHubsAsync () As Task(Of IEnumerable(Of NotificationHubDescription))

Retours

Tâche qui représente l’opération get hubs asynchrone

S’applique à

GetNotificationHubsAsync(CancellationToken)

Obtient les hubs de notification de manière asynchrone.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.NotificationHubs.NotificationHubDescription>> GetNotificationHubsAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetNotificationHubsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubDescription>>
Public Function GetNotificationHubsAsync (cancellationToken As CancellationToken) As Task(Of IEnumerable(Of NotificationHubDescription))

Paramètres

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

Tâche qui représente l’opération get hubs asynchrone

S’applique à