NamespaceManager.TopicExistsAsync(String) Méthode

Définition

Détermine de manière asynchrone si une rubrique existe dans l’espace de noms du service.

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

Paramètres

path
String

Chemin d’accès de la rubrique relative à l’adresse de base de l’espace de noms de service.

Retours

Opération asynchrone.

S’applique à