Click or drag to resize
OssClientEndUploadPartCopy Method
Ends the async call to copy an existing object as one part of a multipart upload.

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

Parameters

asyncResult
Type: SystemIAsyncResult
IAsyncResult instance

Return Value

Type: UploadPartCopyResult
The upload result

Implements

IOssEndUploadPartCopy(IAsyncResult)
See Also