Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

ListQueues Method

Lists all of the queues in a given storage account.

Syntax

[VB.NET]
Public Sub ListQueues()
[C#]
public void ListQueues();

Remarks

This method lists queues for the specified account.

Queues are listed in alphabetical order and stored in the Queues. Additionally, the QueueList event will fire for each result.

Specify QueuePrefix to filter the results to return only queues with names that begin with the specified prefix.

After calling this method, check QueueMarker. If QueueMarker has a value, only a portion of the results were returned and this method should be called again to get the remained results.

Specify MaxResults to limit the maximum number of queues to return. By default the server will return up to 5000 queues.

If you wish to return the metadata along with the standard queue information set IncludeMetadata.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0