Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFile.DownloadToFileAsync Method (Microsoft.WindowsAzure.Storage.File)

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

Overload List

NameDescription
System_CAPS_pubmethodDownloadToFileAsync(String, FileMode)(String^, FileMode)(String, FileMode)(String, FileMode)

Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file.

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, AccessCondition, FileRequestOptions, OperationContext)(String^, FileMode, AccessCondition^, FileRequestOptions^, OperationContext^)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file.

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String^, FileMode, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file.

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, CancellationToken)(String^, FileMode, CancellationToken)(String, FileMode, CancellationToken)(String, FileMode, CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file.

Return to top