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