Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to upload a list of blocks to a new or existing blob.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task PutBlockListAsync(
	IEnumerable<string> blockList
)
 
public:
[DoesServiceRequestAttribute]
virtual Task^ PutBlockListAsync(
	IEnumerable<String^>^ blockList
)
 
[<DoesServiceRequestAttribute>]
abstract PutBlockListAsync : 
        blockList:IEnumerable<string> -> Task
[<DoesServiceRequestAttribute>]
override PutBlockListAsync : 
        blockList:IEnumerable<string> -> Task
 
<DoesServiceRequestAttribute>
Public Overridable Function PutBlockListAsync (
	blockList As IEnumerable(OfString)
) As Task
Return to top