DeleteMessageBatchRequest Class

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

This is a batch version of DeleteMessage. It takes multiple receipt handles and deletes each one of the messages. The result of the delete operation on each message is reported individually in the response.

Inheritance Hierarchy

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

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

Syntax

C#
public class DeleteMessageBatchRequest : AmazonWebServiceRequest
         IRequestEvents

The DeleteMessageBatchRequest type exposes the following members

Constructors

  Name Description
Public Method DeleteMessageBatchRequest()

Properties

  Name Description
Public Property Entries A list of receipt handles for the messages to be deleted.
Public Property QueueUrl The URL of the SQS queue to take action on.

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