C#
C++
F#
VB
Initiates 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
[DoesServiceRequestAttribute] public virtual Task<IEnumerable<ListBlockItem>> DownloadBlockListAsync()
C++
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 Value
Type: System.Threading.Tasks.Task<IEnumerable<ListBlockItem>>System.Threading.Tasks::Task<IEnumerable<ListBlockItem^>^>^System.Threading.Tasks.Task<IEnumerable<ListBlockItem>>System.Threading.Tasks.Task(Of IEnumerable(Of ListBlockItem))A Task<TResult><TResult><'TResult>(Of TResult) object that is an enumerable collection of type ListBlockItem that represents the asynchronous operation.
See Also
DownloadBlockListAsync Overload
CloudBlockBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace