Click or drag to resize
IOssEndAppendObject Method
Ends the async call to append object to OSS. WHen it's called, the actual upload has been done.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
AppendObjectResult EndAppendObject(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
The IAsyncResult instance returned from BeginAppendObjet

Return Value

Type: AppendObjectResult
AppendObjectResult instance
See Also