Freigeben über


INamespaceManager.GetNotificationHubJobsAsync Methode

Definition

Überlädt

GetNotificationHubJobsAsync(String)

Ruft die Notification Hub-Aufträge asynchron ab.

GetNotificationHubJobsAsync(String, CancellationToken)

Ruft die Notification Hub-Aufträge asynchron ab.

GetNotificationHubJobsAsync(String)

Ruft die Notification Hub-Aufträge asynchron ab.

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>>
Public Function GetNotificationHubJobsAsync (notificationHubPath As String) As Task(Of IEnumerable(Of NotificationHubJob))

Parameter

notificationHubPath
String

Der Notification Hub-Pfad.

Gibt zurück

Eine Aufgabe, die den asynchronen Vorgang zum Abrufen von Aufträgen darstellt

Gilt für:

GetNotificationHubJobsAsync(String, CancellationToken)

Ruft die Notification Hub-Aufträge asynchron ab.

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>>
Public Function GetNotificationHubJobsAsync (notificationHubPath As String, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of NotificationHubJob))

Parameter

notificationHubPath
String

Der Notification Hub-Pfad.

cancellationToken
CancellationToken

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

Gibt zurück

Eine Aufgabe, die den asynchronen Vorgang zum Abrufen von Aufträgen darstellt

Gilt für: