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
public ChangeMessageVisibilityRequest(
String queueUrl,
String receiptHandle,
Int32 visibilityTimeout
)
The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.
The receipt handle associated with the message, whose visibility timeout is changed. This parameter is returned by the ReceiveMessage action.
The new value for the message's visibility timeout (in seconds). Values range: 0 to 43200. Maximum: 12 hours.
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5