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
asyncResult
Type: System.IAsyncResultAn IAsyncResult that references the pending asynchronous operation.
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