OssClientEndListObjects Method |
Ends the async call of listing objects.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public ObjectListing EndListObjects(
IAsyncResult asyncResult
)
Public Function EndListObjects (
asyncResult As IAsyncResult
) As ObjectListing
public:
virtual ObjectListing^ EndListObjects(
IAsyncResult^ asyncResult
) sealed
abstract EndListObjects :
asyncResult : IAsyncResult -> ObjectListing
override EndListObjects :
asyncResult : IAsyncResult -> ObjectListing
Parameters
- asyncResult
- Type: SystemIAsyncResult
The asyncResult instance returned by BeginListObjects call
Return Value
Type:
ObjectListingObjectListing instance
Implements
IOssEndListObjects(IAsyncResult)See Also