CloudBlob.BeginStartCopy Method (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlob.::..BeginStartCopy Method
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name Description 
BeginStartCopy(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Uri^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)
Begins an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

BeginStartCopy(Uri, AsyncCallback, Object)(Uri^, AsyncCallback^, Object^)(Uri, AsyncCallback, Object)(Uri, AsyncCallback, Object)
Begins an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.
Return to top
Overload List
| Name | Description | |
|---|---|---|
| BeginStartCopy(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Uri^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. | |
| BeginStartCopy(Uri, AsyncCallback, Object)(Uri^, AsyncCallback^, Object^)(Uri, AsyncCallback, Object)(Uri, AsyncCallback, Object) | Begins an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. |