NamespaceManager.GetNotificationHubsAsync 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
GetNotificationHubsAsync() |
Obtiene los centros de notificaciones de forma asincrónica. |
GetNotificationHubsAsync(CancellationToken) |
Obtiene los centros de notificaciones de forma asincrónica. |
GetNotificationHubsAsync()
Obtiene los centros de notificaciones de forma asincrónica.
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.NotificationHubs.NotificationHubDescription>> GetNotificationHubsAsync ();
abstract member GetNotificationHubsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubDescription>>
override this.GetNotificationHubsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubDescription>>
Public Function GetNotificationHubsAsync () As Task(Of IEnumerable(Of NotificationHubDescription))
Devoluciones
Tarea que representa la operación asincrónica get hubs
Implementaciones
Se aplica a
GetNotificationHubsAsync(CancellationToken)
Obtiene los centros de notificaciones de forma asincrónica.
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.NotificationHubs.NotificationHubDescription>> GetNotificationHubsAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetNotificationHubsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubDescription>>
override this.GetNotificationHubsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.NotificationHubs.NotificationHubDescription>>
Public Function GetNotificationHubsAsync (cancellationToken As CancellationToken) As Task(Of IEnumerable(Of NotificationHubDescription))
Parámetros
- 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 get hubs
Implementaciones
Se aplica a
Azure SDK for .NET