Click or drag to resize

ObsClientEndListObjects Method

End the asynchronous request for listing objects in a bucket.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public ListObjectsResponse EndListObjects(
	IAsyncResult ar
)

Parameters

ar
Type: SystemIAsyncResult
Response to the asynchronous request

Return Value

Type: ListObjectsResponse
Response to a request for listing objects in a bucket
See Also