Click or drag to resize
IOssBeginListObjects 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
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

Return Value

Type: IAsyncResult
IAsyncResult instance
See Also