Click or drag to resize
OssClientEndGetObject Method
Ends the async call to get the object.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public OssObject EndGetObject(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
The AsyncResult instance returned from BeginGetObject()

Return Value

Type: OssObject
OssObject instance

Implements

IOssEndGetObject(IAsyncResult)
See Also