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
 
Changes the visibility timeout of multiple messages. This is a batch version of ChangeMessageVisibility. The result of the action on each message is reported individually in the response. You can send up to 10 ChangeMessageVisibility requests with each ChangeMessageVisibilityBatch action. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.Some API actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this:

&Attribute.1=this

&Attribute.2=that

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

Syntax

C#
public abstract ChangeMessageVisibilityBatchResponse ChangeMessageVisibilityBatch(
         String queueUrl,
         List<ChangeMessageVisibilityBatchRequestEntry> entries
)

Parameters

queueUrl
Type: System.String

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

entries
Type: List<Amazon.SQS.Model.ChangeMessageVisibilityBatchRequestEntry>

A list of receipt handles of the messages for which the visibility timeout must be changed.

Return Value
Type: Amazon.SQS.Model.ChangeMessageVisibilityBatchResponse
The response from the ChangeMessageVisibilityBatch service method, as returned by SQS.

Exceptions

ExceptionCondition
BatchEntryIdsNotDistinctException Two or more batch entries have the same Id in the request.
EmptyBatchRequestException Batch request does not contain an entry.
InvalidBatchEntryIdException The Id of a batch entry in a batch request does not abide by the specification.
TooManyEntriesInBatchRequestException Batch request contains more number of entries than permissible.

Version Information

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