SqsMessage Type

An object representing a single SQS Message.

Remarks

An object representing a single SQS Message.

Fields

Body
String

The body of the SQS message.

Id
String

The ID of the SQS message.

MD5
String

The MD5 of the SQS message.

ReceiptHandle
String

The Receipt handle of the SQS message.

Constructors

public SqsMessage();
Public SqsMessage()
public SqsMessage(string id, string receiptHandle, string body, string MD5);
Public SqsMessage(ByVal Id As String, ByVal ReceiptHandle As String, ByVal Body As String, ByVal MD5 As String)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 .NET Edition - Version 20.0 [Build 8155]