Compartilhar via


INamespaceManager.GetNotificationHubJobsAsync Método

Definição

Sobrecargas

GetNotificationHubJobsAsync(String)

Obtém os trabalhos do hub de notificação de forma assíncrona.

GetNotificationHubJobsAsync(String, CancellationToken)

Obtém os trabalhos do hub de notificação de forma assíncrona.

GetNotificationHubJobsAsync(String)

Obtém os trabalhos do hub de notificação de forma assíncrona.

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

Parâmetros

notificationHubPath
String

O caminho do hub de notificação.

Retornos

Uma tarefa que representa a operação assíncrona get jobs

Aplica-se a

GetNotificationHubJobsAsync(String, CancellationToken)

Obtém os trabalhos do hub de notificação de forma assíncrona.

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

Parâmetros

notificationHubPath
String

O caminho do hub de notificação.

cancellationToken
CancellationToken

Um CancellationToken a ser observado ao aguardar a conclusão da tarefa.

Retornos

Uma tarefa que representa a operação assíncrona get jobs

Aplica-se a