Click or drag to resize
OssClientEndListObjects Method
Ends the async call of listing objects.

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

Parameters

asyncResult
Type: SystemIAsyncResult
The asyncResult instance returned by BeginListObjects call

Return Value

Type: ObjectListing
ObjectListing instance

Implements

IOssEndListObjects(IAsyncResult)
See Also