AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Instantiates ChangeMessageVisibilityRequest with the parameterized properties

Namespace: Amazon.SQS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public ChangeMessageVisibilityRequest(
         String queueUrl,
         String receiptHandle,
         Int32 visibilityTimeout
)

Parameters

queueUrl
Type: System.String

The URL of the Amazon SQS queue to take action on.

receiptHandle
Type: System.String

The receipt handle associated with the message whose visibility timeout should be changed. This parameter is returned by the ReceiveMessage action.

visibilityTimeout
Type: System.Int32

The new value (in seconds - from 0 to 43200 - maximum 12 hours) for the message's visibility timeout.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8