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 4.5
 
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.

For more information about using dead letter queues, see Using Amazon SQS Dead Letter Queues.

Namespace: Amazon.SQS
Assembly: AWSSDK.dll
Version: 0.0.3.0

Syntax

C#
public abstract ListDeadLetterSourceQueuesResponse ListDeadLetterSourceQueues(
         String queueUrl
)

Parameters

queueUrl
Type: System.String

The queue URL of a dead letter queue.

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

Exceptions

Exception Condition
QueueDoesNotExistException The queue referred to does not exist.

Version Information

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