C#C++F#VB
CloudQueueClient.::..ListQueuesSegmentedAsync Method (QueueContinuationToken, CancellationToken)(QueueContinuationToken^, CancellationToken)(QueueContinuationToken, CancellationToken)(QueueContinuationToken, CancellationToken)
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, CancellationToken cancellationToken )
C++
public: [DoesServiceRequestAttribute] virtual Task<QueueResultSegment^>^ ListQueuesSegmentedAsync( QueueContinuationToken^ currentToken, CancellationToken cancellationToken )
[<DoesServiceRequestAttribute>] abstract ListQueuesSegmentedAsync : currentToken:QueueContinuationToken * cancellationToken:CancellationToken -> Task<QueueResultSegment> [<DoesServiceRequestAttribute>] override ListQueuesSegmentedAsync : currentToken:QueueContinuationToken * cancellationToken:CancellationToken -> Task<QueueResultSegment>
<DoesServiceRequestAttribute> Public Overridable Function ListQueuesSegmentedAsync ( currentToken As QueueContinuationToken, cancellationToken As CancellationToken ) 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.
- cancellationToken
-
Type:
System.Threading.CancellationTokenSystem.Threading::CancellationTokenSystem.Threading.CancellationTokenSystem.Threading.CancellationToken
A CancellationToken to observe while waiting for a task to complete.
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