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.OSSAssembly: 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
)
Function BeginListObjects (
bucketName As String,
prefix As String,
callback As AsyncCallback,
state As Object
) As IAsyncResult
IAsyncResult^ BeginListObjects(
String^ bucketName,
String^ prefix,
AsyncCallback^ callback,
Object^ state
)
abstract BeginListObjects :
bucketName : string *
prefix : string *
callback : AsyncCallback *
state : Object -> IAsyncResult
Parameters
- bucketName
- Type: SystemString
Bucket name - prefix
- Type: SystemString
Key prefix - callback
- Type: SystemAsyncCallback
callback instance - state
- Type: SystemObject
callback state
Return Value
Type:
IAsyncResultOssObject list
Return Value
Type:
IAsyncResultIAsyncResult instance
See Also