| IOssEndAppendObject Method  | 
            Ends the async call to append object to OSS. WHen it's called, the actual upload has been done.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
SyntaxAppendObjectResult EndAppendObject(
	IAsyncResult asyncResult
)
Function EndAppendObject ( 
	asyncResult As IAsyncResult
) As AppendObjectResult
AppendObjectResult^ EndAppendObject(
	IAsyncResult^ asyncResult
)
abstract EndAppendObject : 
        asyncResult : IAsyncResult -> AppendObjectResult 
Parameters
- asyncResult
 - Type: SystemIAsyncResult
The IAsyncResult instance returned from BeginAppendObjet 
Return Value
Type: 
AppendObjectResultAppendObjectResult instance
See Also