AWS.SQS.ISQSReceiveMessageRequest.WaitTimeSeconds

An optional duration in seconds for which the call waits for messages to arrive.

property WaitTimeSeconds: TOptional<Integer>;
__property TOptional<Integer> WaitTimeSeconds;

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

If messages are available, the call returns sooner than the specified WaitTimeSeconds. If no messages are available and the wait time expires the call returns with an empty list of messages.

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