NamespaceManager.GetQueueAsync(String) Method

Definition

Asynchronously retrieves a queue from the service namespace.

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

Parameters

path
String

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

Returns

The asynchronous operation.

Applies to