C#C++F#VB
CloudQueueClient.::..BeginListQueuesSegmented Method (String, QueueContinuationToken, AsyncCallback, Object)(String^, QueueContinuationToken^, AsyncCallback^, Object^)(String, QueueContinuationToken, AsyncCallback, Object)(String, 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( string prefix, QueueContinuationToken currentToken, AsyncCallback callback, object state )
C++
public: virtual ICancellableAsyncResult^ BeginListQueuesSegmented( String^ prefix, QueueContinuationToken^ currentToken, AsyncCallback^ callback, Object^ state )
abstract BeginListQueuesSegmented : prefix:string * currentToken:QueueContinuationToken * callback:AsyncCallback * state:Object -> ICancellableAsyncResult override BeginListQueuesSegmented : prefix:string * currentToken:QueueContinuationToken * callback:AsyncCallback * state:Object -> ICancellableAsyncResult
Public Overridable Function BeginListQueuesSegmented ( prefix As String, currentToken As QueueContinuationToken, callback As AsyncCallback, state As Object ) As ICancellableAsyncResult
Parameters
- prefix
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the queue name prefix.
- 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