CloudBlob.EndStartCopy Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Ends an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndStartCopy :
asyncResult:IAsyncResult -> string
override EndStartCopy :
asyncResult:IAsyncResult -> string
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type:
System.StringSystem::String^System.StringSystem.StringA string containing the copy ID associated with the copy operation.
Remarks
This method fetches the blob's ETag, last-modified time, and part of the copy state.
The copy ID and copy status fields are fetched, and the rest of the copy state is cleared.
Return to top
Ends an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.
Syntax
abstract EndStartCopy : asyncResult:IAsyncResult -> string override EndStartCopy : asyncResult:IAsyncResult -> string
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: System.StringSystem::String^System.StringSystem.StringA string containing the copy ID associated with the copy operation.
Remarks
This method fetches the blob's ETag, last-modified time, and part of the copy state. The copy ID and copy status fields are fetched, and the rest of the copy state is cleared.