Click or drag to resize
OssClientBeginListObjects Method (String, String, AsyncCallback, Object)
Begins the async call to list objects under the specified bucket and prefix 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,
	string prefix,
	AsyncCallback callback,
	Object state
)

Parameters

bucketName
Type: SystemString
Bucket name
prefix
Type: SystemString
Key prefix
callback
Type: SystemAsyncCallback
callback instance
state
Type: SystemObject
callback state

Return Value

Type: IAsyncResult
OssObject list

Implements

IOssBeginListObjects(String, String, AsyncCallback, Object)
See Also