Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudQueueClient.ListQueuesSegmentedAsync Method (String, QueueContinuationToken) (Microsoft.WindowsAzure.Storage.Queue)

Initiates an asynchronous operation to return a result segment containing a collection of queues.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<QueueResultSegment> ListQueuesSegmentedAsync(
	string prefix,
	QueueContinuationToken currentToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<QueueResultSegment^>^ ListQueuesSegmentedAsync(
	String^ prefix,
	QueueContinuationToken^ currentToken
)
 
[<DoesServiceRequestAttribute>]
abstract ListQueuesSegmentedAsync : 
        prefix:string *
        currentToken:QueueContinuationToken -> Task<QueueResultSegment>
[<DoesServiceRequestAttribute>]
override ListQueuesSegmentedAsync : 
        prefix:string *
        currentToken:QueueContinuationToken -> Task<QueueResultSegment>
 
<DoesServiceRequestAttribute>
Public Overridable Function ListQueuesSegmentedAsync (
	prefix As String,
	currentToken As QueueContinuationToken
) As Task(Of QueueResultSegment)
Return to top