NamespaceManager.TopicExistsAsync(String) Method

Definition

Asynchronously determines whether a topic exists in the service namespace.

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)

Parameters

path
String

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

Returns

The asynchronous operation.

Applies to