TopicDescription(String) Constructor

Definition

Initializes a new instance of the TopicDescription class with the specified relative path.

public TopicDescription (string path);
new Microsoft.ServiceBus.Messaging.TopicDescription : string -> Microsoft.ServiceBus.Messaging.TopicDescription
Public Sub New (path As String)

Parameters

path
String

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

Applies to