Partager via


NamespaceManager.NotificationHubExistsAsync Méthode

Définition

Surcharges

NotificationHubExistsAsync(String)

Vérifie si un hub de notification existe de manière asynchrone.

NotificationHubExistsAsync(String, CancellationToken)

Vérifie si un hub de notification existe de manière asynchrone.

NotificationHubExistsAsync(String)

Vérifie si un hub de notification existe de manière asynchrone.

public System.Threading.Tasks.Task<bool> NotificationHubExistsAsync (string path);
abstract member NotificationHubExistsAsync : string -> System.Threading.Tasks.Task<bool>
override this.NotificationHubExistsAsync : string -> System.Threading.Tasks.Task<bool>
Public Function NotificationHubExistsAsync (path As String) As Task(Of Boolean)

Paramètres

path
String

Chemin du hub de notification.

Retours

Tâche qui représente l’opération de case activée hub asynchrone

Implémente

S’applique à

NotificationHubExistsAsync(String, CancellationToken)

Vérifie si un hub de notification existe de manière asynchrone.

public System.Threading.Tasks.Task<bool> NotificationHubExistsAsync (string path, System.Threading.CancellationToken cancellationToken);
abstract member NotificationHubExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.NotificationHubExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function NotificationHubExistsAsync (path As String, cancellationToken As CancellationToken) As Task(Of Boolean)

Paramètres

path
String

Chemin du hub de notification.

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

Tâche qui représente l’opération de case activée hub asynchrone

Implémente

S’applique à