Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Returns a result segment containing a collection of queues.

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

Syntax

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