AWS SDK Version 3 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.

Instantiates ChangeMessageVisibilityRequest with the parameterized properties

Namespace: Amazon.SQS.Model
Assembly: AWSSDK.SQS.dll
Version: 3.x.y.z

Syntax

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

Parameters

queueUrl
Type: System.String

The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.

receiptHandle
Type: System.String

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

visibilityTimeout
Type: System.Int32

The new value for the message's visibility timeout (in seconds). Values range: 0 to 43200. Maximum: 12 hours.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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