Click or drag to resize
OssClientBeginCopyObject Method
Begins 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 IAsyncResult BeginCopyObject(
	CopyObjectRequest copyObjectRequst,
	AsyncCallback callback,
	Object state
)

Parameters

copyObjectRequst
Type: Aliyun.OSSCopyObjectRequest
the request parameter
callback
Type: SystemAsyncCallback
callback instance
state
Type: SystemObject
callback state

Return Value

Type: IAsyncResult
The IAsyncResult instance for EndCopyObject()

Implements

IOssBeginCopyObject(CopyObjectRequest, AsyncCallback, Object)
See Also