Click or drag to resize
OssClientEndCopyResult Method
Ends the async call to copy an object.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public CopyObjectResult EndCopyResult(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
The IAsyncResult instance returned from BeginCopyObject()

Return Value

Type: CopyObjectResult
CopyObjectResult instance

Implements

IOssEndCopyResult(IAsyncResult)
See Also