CloudQueueClient.BeginListQueuesSegmented Method

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Overload List

NameDescription
CloudQueueClient.BeginListQueuesSegmented (AsyncCallback, Object)Begins an asynchronous operation to return a result segment containing a collection of queues in the storage account.
CloudQueueClient.BeginListQueuesSegmented (String, QueueListingDetails, AsyncCallback, Object)Begins an asynchronous operation to return a result segment containing a collection of queues whose names begin with the specified prefix, with each listing the specified queue details.
CloudQueueClient.BeginListQueuesSegmented (String, QueueListingDetails, Int32, ResultContinuation, AsyncCallback, Object)Begins an asynchronous operation to return a result segment containing a collection of queues whose names begin with the specified prefix. Use this overload when you want to control the maximum number of results returned at a time, and when you want to use a continuation token to determine whether there are still more results to return from the service after the current page completes.
CloudQueueClient.BeginListQueuesSegmented (String, AsyncCallback, Object)Begins an asynchronous operation to return a result segment containing a collection of queues whose names begin with the specified prefix.

See Also