Dela via


QueueOperationsExtensions.Get(IQueueOperations, String, String) 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 static Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse Get (this Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations operations, string namespaceName, string queueName);
static member Get : Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations * string * string -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse
<Extension()>
Public Function Get (operations As IQueueOperations, namespaceName As String, queueName As String) As ServiceBusQueueResponse

Parameters

operations
IQueueOperations

Reference to the Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations.

namespaceName
String

Required. The namespace name.

queueName
String

Required. The queue name.

Returns

A response to a request for a particular queue.

Applies to