Click or drag to resize
IOssBeginListObjects Method
Overload List
  NameDescription
Public methodBeginListObjects(String, AsyncCallback, Object)
Begins the async call to list objects.The returned object is type of OssObjectSummary.
Public methodBeginListObjects(ListObjectsRequest, AsyncCallback, Object)
Begins the async call to list objects under the specified Bucket with specified filters in ListObjectsRequest
Public methodBeginListObjects(String, String, AsyncCallback, Object)
Begins the async call to list objects under the specified bucket and prefix The returned object is type of OssObjectSummary.
Top
See Also