| OssClientEndAppendObject 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)
Syntaxpublic AppendObjectResult EndAppendObject(
	IAsyncResult asyncResult
)
Public Function EndAppendObject ( 
	asyncResult As IAsyncResult
) As AppendObjectResult
public:
virtual AppendObjectResult^ EndAppendObject(
	IAsyncResult^ asyncResult
) sealed
abstract EndAppendObject : 
        asyncResult : IAsyncResult -> AppendObjectResult 
override EndAppendObject : 
        asyncResult : IAsyncResult -> AppendObjectResult Parameters
- asyncResult
 - Type: SystemIAsyncResult
The IAsyncResult instance returned from BeginAppendObjet 
Return Value
Type: 
AppendObjectResultAppendObjectResult instance
Implements
IOssEndAppendObject(IAsyncResult)
See Also