Partilhar via


NamespaceManager.GetNotificationHubAsync Método

Definição

Sobrecargas

GetNotificationHubAsync(String)

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

GetNotificationHubAsync(String, CancellationToken)

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

GetNotificationHubAsync(String)

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

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

O caminho do hub de notificação.

Retornos

Uma tarefa que representa a operação de obter hub assíncrona

Implementações

Aplica-se a

GetNotificationHubAsync(String, CancellationToken)

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

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

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 de obter hub assíncrona

Implementações

Aplica-se a