Finishes the asynchronous execution of the DeleteObjects operation.
DeleteObjectsException will be thrown if any of the deletes fail.
 Declaration Syntax
 Declaration Syntax| C# | 
DeleteObjectsResponse EndDeleteObjects( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginDeleteObjects.
 Return Value
 Return ValueReturns a DeleteObjectsResponse from S3.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | |
| WebException | |
| AmazonS3Exception | |
| DeleteObjectsException | If any objects are not deleted during the operation. | 
 See Also
 See AlsoDeleteObjects()()()()