AWS SDK for .NET Documentation
EndDeleteObjects Method (asyncResult)
AmazonAmazon.S3AmazonS3ClientEndDeleteObjects(IAsyncResult) Did this page help you?   Yes   No    Tell us about it...

Finishes the asynchronous execution of the DeleteObjects operation.

DeleteObjectsException will be thrown if any of the deletes fail.

Declaration Syntax
C#
public DeleteObjectsResponse EndDeleteObjects(
	IAsyncResult asyncResult
)
Parameters
asyncResult (IAsyncResult)
The IAsyncResult returned by the call to BeginDeleteObjects.
Return Value
Returns a DeleteObjectsResponse from S3.
Exceptions
ExceptionCondition
ArgumentNullException
WebException
AmazonS3Exception
DeleteObjectsException If any objects are not deleted during the operation.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)