Ends the async call to copy an object.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax CopyObjectResult EndCopyResult(
IAsyncResult asyncResult
)
Function EndCopyResult (
asyncResult As IAsyncResult
) As CopyObjectResult
CopyObjectResult^ EndCopyResult(
IAsyncResult^ asyncResult
)
abstract EndCopyResult :
asyncResult : IAsyncResult -> CopyObjectResult
Parameters
- asyncResult
- Type: SystemIAsyncResult
The IAsyncResult instance returned from BeginCopyObject()
Return Value
Type:
CopyObjectResultCopyObjectResult instance
See Also