NamespaceManager.GetNotificationHubJobsAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetNotificationHubJobsAsync(String) |
Obtiene los trabajos del centro de notificaciones de forma asincrónica. |
GetNotificationHubJobsAsync(String, CancellationToken) |
Obtiene los trabajos del centro de notificaciones de forma asincrónica. |
GetNotificationHubJobsAsync(String)
Obtiene los trabajos del centro de notificaciones de forma asincrónica.
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>>
override this.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
Ruta de acceso del centro de notificaciones.
Devoluciones
Tarea que representa la operación asincrónica de obtención de trabajos
Implementaciones
Se aplica a
GetNotificationHubJobsAsync(String, CancellationToken)
Obtiene los trabajos del centro de notificaciones de forma asincrónica.
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>>
override this.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
Ruta de acceso del centro de notificaciones.
- cancellationToken
- CancellationToken
Un CancellationToken que se observará mientras se espera a que se complete la tarea.
Devoluciones
Tarea que representa la operación asincrónica de obtención de trabajos
Implementaciones
Se aplica a
Azure SDK for .NET