DeleteMessageRequest Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Container for the parameters to the DeleteMessage operation.

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SQS.Model.DeleteMessageRequest

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

Syntax

C#
public class DeleteMessageRequest : AmazonWebServiceRequest
         IRequestEvents

The DeleteMessageRequest type exposes the following members

Constructors

  Name Description
Public Method DeleteMessageRequest()

Properties

  Name Description
Public Property QueueUrl The URL of the SQS queue to take action on.
Public Property ReceiptHandle The receipt handle associated with the message to delete.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8