Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to download the contents of a blob to a file.

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

Syntax

 
Task DownloadToFileAsync(
	string path,
	FileMode mode,
	AccessCondition accessCondition,
	BlobRequestOptions options,
	OperationContext operationContext
)
 
Task^ DownloadToFileAsync(
	String^ path,
	FileMode mode,
	AccessCondition^ accessCondition,
	BlobRequestOptions^ options,
	OperationContext^ operationContext
)
 
abstract DownloadToFileAsync : 
        path:string *
        mode:FileMode *
        accessCondition:AccessCondition *
        options:BlobRequestOptions *
        operationContext:OperationContext -> Task
 
Function DownloadToFileAsync (
	path As String,
	mode As FileMode,
	accessCondition As AccessCondition,
	options As BlobRequestOptions,
	operationContext As OperationContext
) As Task
Return to top