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.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteMessageRequest
Public Class DeleteMessageRequest
public ref class DeleteMessageRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteMessageRequest()()()() | Initializes a new instance of the DeleteMessageRequest class | |
| Attribute |
Gets and sets the Attribute property.
Name and value pair of an attribute associated with the queue.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetAttribute()()()() |
Checks if Attribute property is set
| |
| IsSetQueueUrl()()()() |
Checks if QueueUrl property is set
| |
| IsSetReceiptHandle()()()() |
Checks if ReceiptHandle property is set
| |
| QueueUrl |
Gets and sets the QueueUrl property.
The URL associated with the Amazon SQS queue.
| |
| ReceiptHandle |
Gets and sets the ReceiptHandle property.
The receipt handle associated with the message you want to delete.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithAttribute(array<Attribute>[]()[][]) |
Sets the Attribute property
| |
| WithQueueUrl(String) |
Sets the QueueUrl property
| |
| WithReceiptHandle(String) |
Sets the ReceiptHandle property
|