Click or drag to resize
OssClientBeginListObjects Method (String, AsyncCallback, Object)
Begins the async call to list objects.The returned object is type of OssObjectSummary.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public IAsyncResult BeginListObjects(
	string bucketName,
	AsyncCallback callback,
	Object state
)

Parameters

bucketName
Type: SystemString
Bucket name
callback
Type: SystemAsyncCallback
callback when the list is done
state
Type: SystemObject
state object in the callback

Return Value

Type: IAsyncResult
OssObjectlist

Implements

IOssBeginListObjects(String, AsyncCallback, Object)
See Also