Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudQueueClient.BeginListQueuesSegmented Method (QueueContinuationToken, AsyncCallback, Object) (Microsoft.WindowsAzure.Storage.Queue)

Begins an asynchronous operation to return 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 ICancellableAsyncResult BeginListQueuesSegmented(
	QueueContinuationToken currentToken,
	AsyncCallback callback,
	object state
)
 
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
Return to top