INotificationHubClient.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 sont terminés, ont échoué ou sont toujours en cours. Cette API est disponible uniquement 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 sont terminés, ont échoué ou sont toujours en cours. Cette API est disponible uniquement 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 sont terminés, ont échoué ou sont toujours en cours. Cette API est disponible uniquement 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>>
Public Function GetNotificationHubJobsAsync () As Task(Of IEnumerable(Of NotificationHubJob))
Retours
État actuel des NotificationHubJobs.
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 sont terminés, ont échoué ou sont toujours en cours. Cette API est disponible uniquement 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>>
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.
S’applique à
Azure SDK for .NET