C#C++F#VB
CloudQueueClient.::..EndListQueuesSegmented Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to return a result segment containing a collection of queues.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: virtual QueueResultSegment^ EndListQueuesSegmented( IAsyncResult^ asyncResult )
abstract EndListQueuesSegmented : asyncResult:IAsyncResult -> QueueResultSegment override EndListQueuesSegmented : asyncResult:IAsyncResult -> QueueResultSegment
Public Overridable Function EndListQueuesSegmented ( asyncResult As IAsyncResult ) As QueueResultSegment
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.