CloudPageBlob.BeginStartCopyFromBlob Method (CloudPageBlob, AsyncCallback, Object)

 

Note: This API is now obsolete.

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

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

Syntax

[DoesServiceRequestAttribute]
[ObsoleteAttribute("Deprecated this method in favor of BeginStartCopy.")]
public ICancellableAsyncResult BeginStartCopyFromBlob(
    CloudPageBlob source,
    AsyncCallback callback,
    object state
)
<DoesServiceRequestAttribute>
<ObsoleteAttribute("Deprecated this method in favor of BeginStartCopy.")>
Public Function BeginStartCopyFromBlob (
    source As CloudPageBlob,
    callback As AsyncCallback,
    state As Object
) As ICancellableAsyncResult

Parameters

  • state
    Type: System.Object

    A user-defined object that will be passed to the callback delegate.

Return Value

Type: Microsoft.WindowsAzure.Storage.ICancellableAsyncResult

An ICancellableAsyncResult that references the asynchronous operation.

See Also

BeginStartCopyFromBlob Overload
CloudPageBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace

Return to top