NamespaceManager.GetTopicAsync(String) Method

Definition

Asynchronously retrieves the topic from the service namespace.

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.TopicDescription> GetTopicAsync (string path);
member this.GetTopicAsync : string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.TopicDescription>
Public Function GetTopicAsync (path As String) As Task(Of TopicDescription)

Parameters

path
String

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

Returns

The asynchronous operation.

Applies to