CloudBlockBlob.EndDownloadBlockList Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
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.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
Ends an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.
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.