Compartir a través de


NamespaceManager.GetNotificationHubAsync Método

Definición

Sobrecargas

GetNotificationHubAsync(String)

Obtiene el centro de notificaciones de forma asincrónica.

GetNotificationHubAsync(String, CancellationToken)

Obtiene el centro de notificaciones de forma asincrónica.

GetNotificationHubAsync(String)

Obtiene el centro de notificaciones de forma asincrónica.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubDescription> GetNotificationHubAsync (string path);
abstract member GetNotificationHubAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubDescription>
override this.GetNotificationHubAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubDescription>
Public Function GetNotificationHubAsync (path As String) As Task(Of NotificationHubDescription)

Parámetros

path
String

Ruta de acceso del centro de notificaciones.

Devoluciones

Tarea que representa la operación asincrónica del centro de obtención

Implementaciones

Se aplica a

GetNotificationHubAsync(String, CancellationToken)

Obtiene el centro de notificaciones de forma asincrónica.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubDescription> GetNotificationHubAsync (string path, System.Threading.CancellationToken cancellationToken);
abstract member GetNotificationHubAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubDescription>
override this.GetNotificationHubAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubDescription>
Public Function GetNotificationHubAsync (path As String, cancellationToken As CancellationToken) As Task(Of NotificationHubDescription)

Parámetros

path
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 del centro de obtención

Implementaciones

Se aplica a