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.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAttribute(array<Attribute>[]()[][])
Sets the Attribute property
WithQueueUrl(String)
Sets the QueueUrl property
WithReceiptHandle(String)
Sets the ReceiptHandle property

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..DeleteMessageRequest

See Also