AWS SDK for .NET Documentation
WithDefaultVisibilityTimeout Method (defaultVisibilityTimeout)
AmazonAmazon.SQS.ModelCreateQueueRequestWithDefaultVisibilityTimeout(Decimal) Did this page help you?   Yes   No    Tell us about it...
Sets the visibility timeout (in seconds) to use for this queue.
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 CreateQueueRequest WithDefaultVisibilityTimeout(
	decimal defaultVisibilityTimeout
)
Parameters
defaultVisibilityTimeout (Decimal)
The visibility timeout (in seconds) to use for this queue.
Return Value
this instance
Remarks
Values can be 0 to 43200 (maximum 12 hours). Default is 30 seconds.

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