Amazon.S3.AmazonS3Client.EndDeleteObject C# (CSharp) Method

EndDeleteObject() public method

Finishes the asynchronous execution of the DeleteObject operation.
public EndDeleteObject ( IAsyncResult asyncResult ) : DeleteObjectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteObject.
return Amazon.S3.Model.DeleteObjectResponse
        public  DeleteObjectResponse EndDeleteObject(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteObjectResponse>(asyncResult);
        }
AmazonS3Client