AWS.SQS.ISQSDeleteMessageBatchRequest.AddEntry

Adds an entry to the list.

function AddEntry(const AId: string; const AReceiptHandle: string): Integer;
__fastcall int AddEntry(const AnsiString AId, const AnsiString AReceiptHandle);

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AId: string
A unique identifier used to communicate the results of this entry in the results.
const AReceiptHandle: string
The receipt handle of the message to delete.

Index of the added entry.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.