NamespaceManager.TopicExists(String) Method

Definition

Determines whether a topic exists in the service namespace.

public bool TopicExists (string path);
member this.TopicExists : string -> bool
Public Function TopicExists (path As String) As Boolean

Parameters

path
String

The path of the topic relative to the service namespace base address.

Returns

true if a topic exists in the service namespace; otherwise, false.

Applies to