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

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.4.0 (2.5.4)
Syntax
CopyObjectResult EndCopyResult(
	IAsyncResult asyncResult
)

Parameters

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

Return Value

Type: CopyObjectResult
CopyObjectResult instance
See Also