Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Overload List

NameDescription
System_CAPS_pubmethodBeginStartCopy(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudBlob^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodBeginStartCopy(CloudBlob, AsyncCallback, Object)(CloudBlob^, AsyncCallback^, Object^)(CloudBlob, AsyncCallback, Object)(CloudBlob, AsyncCallback, Object)

Begins an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodBeginStartCopy(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudFile^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying another file's contents, properties, and metadata to this file.

System_CAPS_pubmethodBeginStartCopy(CloudFile, AsyncCallback, Object)(CloudFile^, AsyncCallback^, Object^)(CloudFile, AsyncCallback, Object)(CloudFile, AsyncCallback, Object)

Begins an asynchronous operation to start copying another file's contents, properties, and metadata to this file.

System_CAPS_pubmethodBeginStartCopy(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Uri^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodBeginStartCopy(Uri, AsyncCallback, Object)(Uri^, AsyncCallback^, Object^)(Uri, AsyncCallback, Object)(Uri, AsyncCallback, Object)

Begins an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.

Return to top