Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Overload List

NameDescription
System_CAPS_pubmethodUploadFromFileAsync(String)(String^)(String)(String)

Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.

System_CAPS_pubmethodUploadFromFileAsync(String, AccessCondition, FileRequestOptions, OperationContext)(String^, AccessCondition^, FileRequestOptions^, OperationContext^)(String, AccessCondition, FileRequestOptions, OperationContext)(String, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.

System_CAPS_pubmethodUploadFromFileAsync(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.

System_CAPS_pubmethodUploadFromFileAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.

Return to top