Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates 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

 
[DoesServiceRequestAttribute]
public virtual Task<IEnumerable<ListBlockItem>> DownloadBlockListAsync()
 
public:
[DoesServiceRequestAttribute]
virtual Task<IEnumerable<ListBlockItem^>^>^ DownloadBlockListAsync()
 
[<DoesServiceRequestAttribute>]
abstract DownloadBlockListAsync : unit -> Task<IEnumerable<ListBlockItem>>
[<DoesServiceRequestAttribute>]
override DownloadBlockListAsync : unit -> Task<IEnumerable<ListBlockItem>>
 
<DoesServiceRequestAttribute>
Public Overridable Function DownloadBlockListAsync As Task(Of IEnumerable(Of ListBlockItem))
Return to top