Freigeben über


NotificationHubClient.GetNotificationHubJobsAsync Methode

Definition

Überlädt

GetNotificationHubJobsAsync()

Gibt alle bekannten s zurück NotificationHubJob. Diese Methode wird verwendet, um die status aller Aufträge abzurufen, um festzustellen, ob diese Aufträge abgeschlossen, fehlgeschlagen oder noch ausgeführt werden. Diese API ist nur für Standardnamespaces verfügbar.

GetNotificationHubJobsAsync(CancellationToken)

Gibt alle bekannten s zurück NotificationHubJob. Diese Methode wird verwendet, um die status aller Aufträge abzurufen, um festzustellen, ob diese Aufträge abgeschlossen, fehlgeschlagen oder noch ausgeführt werden. Diese API ist nur für Standardnamespaces verfügbar.

GetNotificationHubJobsAsync()

Gibt alle bekannten s zurück NotificationHubJob. Diese Methode wird verwendet, um die status aller Aufträge abzurufen, um festzustellen, ob diese Aufträge abgeschlossen, fehlgeschlagen oder noch ausgeführt werden. Diese API ist nur für Standardnamespaces verfügbar.

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))

Gibt zurück

Der aktuelle Zustand des NotificationHubJobs.

Implementiert

Gilt für:

GetNotificationHubJobsAsync(CancellationToken)

Gibt alle bekannten s zurück NotificationHubJob. Diese Methode wird verwendet, um die status aller Aufträge abzurufen, um festzustellen, ob diese Aufträge abgeschlossen, fehlgeschlagen oder noch ausgeführt werden. Diese API ist nur für Standardnamespaces verfügbar.

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))

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Der aktuelle Zustand des NotificationHubJobs.

Implementiert

Gilt für: