| OssClientEndPutObject Method  | 
             Ends the async call to upload the object.
             When it's called, the actual upload has already been done.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic PutObjectResult EndPutObject(
	IAsyncResult asyncResult
)
Public Function EndPutObject ( 
	asyncResult As IAsyncResult
) As PutObjectResult
public:
virtual PutObjectResult^ EndPutObject(
	IAsyncResult^ asyncResult
) sealed
abstract EndPutObject : 
        asyncResult : IAsyncResult -> PutObjectResult 
override EndPutObject : 
        asyncResult : IAsyncResult -> PutObjectResult Parameters
- asyncResult
 - Type: SystemIAsyncResult
IAsyncResult instance 
Return Value
Type: 
PutObjectResultPutObjectResult instance
Implements
IOssEndPutObject(IAsyncResult)
See Also