C#
C++
F#
VB
CloudBlockBlob.::..EndDownloadBlockList Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public virtual IEnumerable<ListBlockItem> EndDownloadBlockList( IAsyncResult asyncResult )
C++
public: virtual IEnumerable<ListBlockItem^>^ EndDownloadBlockList( IAsyncResult^ asyncResult )
abstract EndDownloadBlockList : asyncResult:IAsyncResult -> IEnumerable<ListBlockItem> override EndDownloadBlockList : asyncResult:IAsyncResult -> IEnumerable<ListBlockItem>
Public Overridable Function EndDownloadBlockList ( asyncResult As IAsyncResult ) As IEnumerable(Of ListBlockItem)
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: System.Collections.Generic.IEnumerable<ListBlockItem>System.Collections.Generic::IEnumerable<ListBlockItem^>^System.Collections.Generic.IEnumerable<ListBlockItem>System.Collections.Generic.IEnumerable(Of ListBlockItem)An enumerable collection of objects implementing ListBlockItem.