QueueDescription(String) Constructor

Definition

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

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

Parameters

path
String

Path of the queue relative to the namespace base address.

Applies to