C#C++F#VB
CloudQueueClient.::..ListQueuesSegmentedAsync Method (QueueContinuationToken)(QueueContinuationToken^)(QueueContinuationToken)(QueueContinuationToken)
Initiates an asynchronous operation to return a result segment containing a collection of queues.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<QueueResultSegment> ListQueuesSegmentedAsync( QueueContinuationToken currentToken )
C++
public: [DoesServiceRequestAttribute] virtual Task<QueueResultSegment^>^ ListQueuesSegmentedAsync( QueueContinuationToken^ currentToken )
[<DoesServiceRequestAttribute>] abstract ListQueuesSegmentedAsync : currentToken:QueueContinuationToken -> Task<QueueResultSegment> [<DoesServiceRequestAttribute>] override ListQueuesSegmentedAsync : currentToken:QueueContinuationToken -> Task<QueueResultSegment>
<DoesServiceRequestAttribute> Public Overridable Function ListQueuesSegmentedAsync ( currentToken As QueueContinuationToken ) As Task(Of QueueResultSegment)
Parameters
- currentToken
-
Type:
Microsoft.WindowsAzure.Storage.Queue.QueueContinuationTokenMicrosoft.WindowsAzure.Storage.Queue::QueueContinuationToken^Microsoft.WindowsAzure.Storage.Queue.QueueContinuationTokenMicrosoft.WindowsAzure.Storage.Queue.QueueContinuationToken
A QueueContinuationToken returned by a previous listing operation.
Return Value
Type: System.Threading.Tasks.Task<QueueResultSegment>System.Threading.Tasks::Task<QueueResultSegment^>^System.Threading.Tasks.Task<QueueResultSegment>System.Threading.Tasks.Task(Of QueueResultSegment)A Task<TResult><TResult><'TResult>(Of TResult) object of type QueueResultSegment that represents the asynchronous operation.
See Also
ListQueuesSegmentedAsync Overload
CloudQueueClient Class
Microsoft.WindowsAzure.Storage.Queue Namespace