CloudQueueClient.ListQueues Method ()

Returns an enumerable collection of the queues in the storage account.

Namespace: Microsoft.WindowsAzure.Storage.Queue
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

'Usage
Dim instance As CloudQueueClient
Dim returnValue As IEnumerable(Of CloudQueue)

returnValue = instance.ListQueues

Syntax

'Declaration
Public Function ListQueues As IEnumerable(Of CloudQueue)
public IEnumerable<CloudQueue> ListQueues ()
public:
IEnumerable<CloudQueue^>^ ListQueues ()
public IEnumerable<CloudQueue> ListQueues ()
public function ListQueues () : IEnumerable<CloudQueue>

Return Value

An enumerable collection of queues CloudQueue.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

CloudQueueClient Class
CloudQueueClient Members
Microsoft.WindowsAzure.Storage.Queue Namespace