Click or drag to resize
IOssBeginListObjects Method (String, String, AsyncCallback, Object)
开始异步列出指定Bucket下其Key以prefix为前缀OssObject 的摘要信息OssObjectSummary

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
IAsyncResult BeginListObjects(
	string bucketName,
	string prefix,
	AsyncCallback callback,
	Object state
)

Parameters

bucketName
Type: SystemString
Bucket的名称。
prefix
Type: SystemString
限定返回的Key必须以此作为前缀。
callback
Type: SystemAsyncCallback
用户自定义委托对象。
state
Type: SystemObject
用户自定义状态对象。

Return Value

Type: IAsyncResult
OssObject的列表信息。

Return Value

Type: IAsyncResult
异步请求的对象引用。
See Also