C#C++F#VB
CloudQueueClient.::..BeginListQueuesSegmented Method (QueueContinuationToken, AsyncCallback, Object)(QueueContinuationToken^, AsyncCallback^, Object^)(QueueContinuationToken, AsyncCallback, Object)(QueueContinuationToken, AsyncCallback, Object)
Begins an asynchronous operation to return a result segment containing a collection of queues.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public virtual ICancellableAsyncResult BeginListQueuesSegmented( QueueContinuationToken currentToken, AsyncCallback callback, object state )
C++
public: virtual ICancellableAsyncResult^ BeginListQueuesSegmented( QueueContinuationToken^ currentToken, AsyncCallback^ callback, Object^ state )
abstract BeginListQueuesSegmented : currentToken:QueueContinuationToken * callback:AsyncCallback * state:Object -> ICancellableAsyncResult override BeginListQueuesSegmented : currentToken:QueueContinuationToken * callback:AsyncCallback * state:Object -> ICancellableAsyncResult
Public Overridable Function BeginListQueuesSegmented ( currentToken As QueueContinuationToken, callback As AsyncCallback, state As Object ) As ICancellableAsyncResult
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.
- callback
-
Type:
System.AsyncCallbackSystem::AsyncCallback^System.AsyncCallbackSystem.AsyncCallback
An AsyncCallback delegate that will receive notification when the asynchronous operation completes.
- state
-
Type:
System.ObjectSystem::Object^System.ObjectSystem.Object
A user-defined object that will be passed to the callback delegate.
Return Value
Type: Microsoft.WindowsAzure.Storage.ICancellableAsyncResultMicrosoft.WindowsAzure.Storage::ICancellableAsyncResult^Microsoft.WindowsAzure.Storage.ICancellableAsyncResultMicrosoft.WindowsAzure.Storage.ICancellableAsyncResultAn ICancellableAsyncResult that references the asynchronous operation.
See Also
BeginListQueuesSegmented Overload
CloudQueueClient Class
Microsoft.WindowsAzure.Storage.Queue Namespace