Partager via


NamespaceManager.GetNotificationHubJobsAsync Méthode

Définition

Surcharges

GetNotificationHubJobsAsync(String)

Obtient les travaux du hub de notification de manière asynchrone.

GetNotificationHubJobsAsync(String, CancellationToken)

Obtient les travaux du hub de notification de manière asynchrone.

GetNotificationHubJobsAsync(String)

Obtient les travaux du hub de notification de manière asynchrone.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.NotificationHubs.NotificationHubJob>> GetNotificationHubJobsAsync (string notificationHubPath);
abstract member GetNotificationHubJobsAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubJob>>
override this.GetNotificationHubJobsAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubJob>>
Public Function GetNotificationHubJobsAsync (notificationHubPath As String) As Task(Of IEnumerable(Of NotificationHubJob))

Paramètres

notificationHubPath
String

Chemin du hub de notification.

Retours

Tâche qui représente l’opération d’obtention asynchrone des travaux

Implémente

S’applique à

GetNotificationHubJobsAsync(String, CancellationToken)

Obtient les travaux du hub de notification de manière asynchrone.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.NotificationHubs.NotificationHubJob>> GetNotificationHubJobsAsync (string notificationHubPath, System.Threading.CancellationToken cancellationToken);
abstract member GetNotificationHubJobsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubJob>>
override this.GetNotificationHubJobsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubJob>>
Public Function GetNotificationHubJobsAsync (notificationHubPath As String, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of NotificationHubJob))

Paramètres

notificationHubPath
String

Chemin du hub de notification.

cancellationToken
CancellationToken

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

Retours

Tâche qui représente l’opération d’obtention asynchrone des travaux

Implémente

S’applique à