NotificationHubClient.GetNotificationHubJobsAsync 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
GetNotificationHubJobsAsync() |
Retourne tous les s connus NotificationHubJob. Cette méthode permet d’obtenir la status de tous les travaux afin de voir si ces travaux ont été terminés, ont échoué ou sont toujours en cours. Cette API n’est disponible que pour les espaces de noms Standard. |
GetNotificationHubJobsAsync(CancellationToken) |
Retourne tous les s connus NotificationHubJob. Cette méthode permet d’obtenir la status de tous les travaux afin de voir si ces travaux ont été terminés, ont échoué ou sont toujours en cours. Cette API n’est disponible que pour les espaces de noms Standard. |
GetNotificationHubJobsAsync()
Retourne tous les s connus NotificationHubJob. Cette méthode permet d’obtenir la status de tous les travaux afin de voir si ces travaux ont été terminés, ont échoué ou sont toujours en cours. Cette API n’est disponible que pour les espaces de noms Standard.
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.NotificationHubs.NotificationHubJob>> GetNotificationHubJobsAsync ();
abstract member GetNotificationHubJobsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubJob>>
override this.GetNotificationHubJobsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubJob>>
Public Function GetNotificationHubJobsAsync () As Task(Of IEnumerable(Of NotificationHubJob))
Retours
État actuel des NotificationHubJobs.
Implémente
S’applique à
GetNotificationHubJobsAsync(CancellationToken)
Retourne tous les s connus NotificationHubJob. Cette méthode permet d’obtenir la status de tous les travaux afin de voir si ces travaux ont été terminés, ont échoué ou sont toujours en cours. Cette API n’est disponible que pour les espaces de noms Standard.
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.NotificationHubs.NotificationHubJob>> GetNotificationHubJobsAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetNotificationHubJobsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubJob>>
override this.GetNotificationHubJobsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubJob>>
Public Function GetNotificationHubJobsAsync (cancellationToken As CancellationToken) As Task(Of IEnumerable(Of NotificationHubJob))
Paramètres
- cancellationToken
- CancellationToken
CancellationToken à observer en attendant qu'une tâche se termine.
Retours
État actuel des NotificationHubJobs.
Implémente
S’applique à
Azure SDK for .NET