Amazon.SQS.AmazonSQSClient.EndDeleteMessageBatch C# (CSharp) Method

EndDeleteMessageBatch() public method

Finishes the asynchronous execution of the DeleteMessageBatch operation.
public EndDeleteMessageBatch ( IAsyncResult asyncResult ) : DeleteMessageBatchResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteMessageBatch.
return Amazon.SQS.Model.DeleteMessageBatchResponse
        public  DeleteMessageBatchResponse EndDeleteMessageBatch(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteMessageBatchResponse>(asyncResult);
        }
AmazonSQSClient