Finishes the asynchronous execution of the DeleteObjects operation.
DeleteObjectsException will be thrown if any of the deletes fail.

C# |
DeleteObjectsResponse EndDeleteObjects( IAsyncResult asyncResult )

- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginDeleteObjects.

Returns a DeleteObjectsResponse from S3.

Exception | Condition |
---|---|
ArgumentNullException | |
WebException | |
AmazonS3Exception | |
DeleteObjectsException |
If any objects are not deleted during the operation.
|

DeleteObjects()()()()