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(
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<IEnumerable<ListBlockItem^>^>^ DownloadBlockListAsync(
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract DownloadBlockListAsync : 
        cancellationToken:CancellationToken -> Task<IEnumerable<ListBlockItem>>
[<DoesServiceRequestAttribute>]
override DownloadBlockListAsync : 
        cancellationToken:CancellationToken -> Task<IEnumerable<ListBlockItem>>
 
<DoesServiceRequestAttribute>
Public Overridable Function DownloadBlockListAsync (
	cancellationToken As CancellationToken
) As Task(Of IEnumerable(Of ListBlockItem))
Return to top