QueueOperationsExtensions.GetAsync(IQueueOperations, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse> GetAsync (this Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations operations, string namespaceName, string queueName);
static member GetAsync : Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse>
<Extension()>
Public Function GetAsync (operations As IQueueOperations, namespaceName As String, queueName As String) As Task(Of 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
Azure SDK for .NET