SendMessageBatchRequestEntry Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Contains the details of a single SQS message along with a Id .

Inheritance Hierarchy

System.Object
  Amazon.SQS.Model.SendMessageBatchRequestEntry

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

Syntax

C#
public class SendMessageBatchRequestEntry : Object

The SendMessageBatchRequestEntry type exposes the following members

Constructors

  Name Description
Public Method SendMessageBatchRequestEntry()

Properties

  Name Description
Public Property DelaySeconds The number of seconds for which the message has to be delayed.
Public Property Id An identifier for the message in this batch. This is used to communicate the result. Note that the the Ids of a batch request need to be unique within the request.
Public Property MessageBody Body of the message.

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