| OssClientEndCopyResult Method  | 
            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)
Syntaxpublic CopyObjectResult EndCopyResult(
	IAsyncResult asyncResult
)
Public Function EndCopyResult ( 
	asyncResult As IAsyncResult
) As CopyObjectResult
public:
virtual CopyObjectResult^ EndCopyResult(
	IAsyncResult^ asyncResult
) sealed
abstract EndCopyResult : 
        asyncResult : IAsyncResult -> CopyObjectResult 
override EndCopyResult : 
        asyncResult : IAsyncResult -> CopyObjectResult Parameters
- asyncResult
 - Type: SystemIAsyncResult
The IAsyncResult instance returned from BeginCopyObject() 
Return Value
Type: 
CopyObjectResultCopyObjectResult instance
Implements
IOssEndCopyResult(IAsyncResult)
See Also