AWS.SQS.TSQSQueuePoller.SkipDelete

Property defining behaviour at end of each polling loop cycle. By default this property is set to false and messages will be automatically deleted at the end of the Poll procedure. When setting this property to true, use DeleteMessage or DeleteMessages to remove messages you have successfully processed.

property SkipDelete: Boolean;
__property Boolean SkipDelete;

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

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