ICloudBlob.EndStartCopyFromBlob Method

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

'Declaration
Function EndStartCopyFromBlob ( _
    asyncResult As IAsyncResult _
) As String
string EndStartCopyFromBlob (
    IAsyncResult asyncResult
)
String^ EndStartCopyFromBlob (
    IAsyncResult^ asyncResult
)

Parameters

  • asyncResult
    An IAsyncResult that references the pending asynchronous operation.

Return Value

The copy ID associated with the copy operation.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

See Also

Reference

ICloudBlob Interface
ICloudBlob Members
Microsoft.WindowsAzure.Storage.Blob Namespace