Click or drag to resize
OssClientEndPutObject Method
Ends the async call to upload the object. When it's called, the actual upload has already been done.

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

Parameters

asyncResult
Type: SystemIAsyncResult
IAsyncResult instance

Return Value

Type: PutObjectResult
PutObjectResult instance

Implements

IOssEndPutObject(IAsyncResult)
See Also