Udostępnij za pośrednictwem


IQueueOperations.GetAsync(String, String, CancellationToken) Method

Definition

The queue description is an XML AtomPub document that defines the desired semantics for a subscription. The queue description contains the following properties. For more information, see the QueueDescription Properties topic. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780773.aspx for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse> GetAsync (string namespaceName, string queueName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse>
Public Function GetAsync (namespaceName As String, queueName As String, cancellationToken As CancellationToken) As Task(Of ServiceBusQueueResponse)

Parameters

namespaceName
String

The namespace name.

queueName
String

The queue name.

cancellationToken
CancellationToken

Cancellation token.

Returns

A response to a request for a particular queue.

Applies to