Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Overload List

NameDescription
System_CAPS_pubmethodBeginStartCopy(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(CloudPageBlob^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginStartCopy(CloudPageBlob, AsyncCallback, Object)(CloudPageBlob^, AsyncCallback^, Object^)(CloudPageBlob, AsyncCallback, Object)(CloudPageBlob, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginStartCopy(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. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginStartCopy(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. (Inherited from CloudBlob.)

Return to top