ICloudBlob.EndStartCopyFromBlob Method (IAsyncResult)

 

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

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

Syntax

string EndStartCopyFromBlob(
    IAsyncResult asyncResult
)
Function EndStartCopyFromBlob (
    asyncResult As IAsyncResult
) As String

Parameters

Return Value

Type: System.String

The copy ID associated with the copy operation.

See Also

ICloudBlob Interface
Microsoft.WindowsAzure.Storage.Blob Namespace

Return to top