AWS SDK for .NET Documentation
DeleteMessageRequest Class
AmazonAmazon.SQS.ModelDeleteMessageRequest Did this page help you?   Yes   No    Tell us about it...
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.
Declaration Syntax
C#
public class DeleteMessageRequest : SQSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteMessageRequest()()()()
Initializes a new instance of the DeleteMessageRequest class

Attribute
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
The URL associated with the Amazon SQS queue.

ReceiptHandle
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>[]()[][]) Obsolete.
Sets the name and value pair of an attribute associated with the queue.

WithQueueUrl(String) Obsolete.
Sets the URL associated with the Amazon SQS queue.

WithReceiptHandle(String) Obsolete.
Sets the receipt handle associated with the message you want to delete.

Inheritance Hierarchy
Object
SQSRequest
 DeleteMessageRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)