User guide

DeleteMessageResponse response =
amazonSQSClient.DeleteMessage(deleteMessageRequest);
Calling DeleteMessage unconditionally removes the message from the queue, regardless of the
visibility timeout setting. For more information about visibility timeouts, go to Visibility Timeout.
For information about sending a message to a queue, see Send an Amazon SQS Message (p. 62).
For information about receiving messages from a queue, see Receive a Message from an Amazon SQS
Queue (p. 63).
Related Resources
The following table lists related resources that you'll find useful when using Amazon SQS with the AWS
SDK for .NET.
DescriptionResource
Provides sample code, documentation, tools, and additional
resources to help you build applications on Amazon Web
Services.
Windows & .NET Developer Center
Provides documentation for the AWS SDK for .NET.AWS SDK for .NET Documentation
Provides documentation for the Amazon SQS service.Amazon Simple Queue Service (SQS)
Documentation
Version v2.0.0
65
AWS SDK for .NET Developer Guide
Related Resources