AmazonSQSClient.DeleteMessage Method (DeleteMessageRequest)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

The DeleteMessage action unconditionally removes the specified message from the specified queue. Even if the message is locked by another reader due to the visibility timeout setting, it is still deleted from the queue.

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

Syntax

C#
public virtual DeleteMessageResponse DeleteMessage(
         DeleteMessageRequest deleteMessageRequest
)

Parameters

deleteMessageRequest
Type: Amazon.SQS.Model.DeleteMessageRequest

Container for the necessary parameters to execute the DeleteMessage service method on AmazonSQS.

Exceptions

Version Information

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