AWS SDK for .NET Documentation
WithDelaySeconds Method (delaySeconds)
AmazonAmazon.SQS.ModelSendMessageBatchRequestEntryWithDelaySeconds(Int32) Did this page help you?   Yes   No    Tell us about it...
Sets the number of seconds to delay the message from being available for processing.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public SendMessageBatchRequestEntry WithDelaySeconds(
	int delaySeconds
)
Parameters
delaySeconds (Int32)
The number of seconds to delay the message from being available for processing.
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)