Click or drag to resize
IOssEndPutObject 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
PutObjectResult EndPutObject(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
IAsyncResult instance

Return Value

Type: PutObjectResult
PutObjectResult instance
See Also