Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

AzureMessage Type

This type represents a single Azure message.

Remarks

This type represents a single Azure message.

Fields

DequeueCount
Integer

When ListMessages is called, the message is dequeued and this value is incremented. This servers as a counter of how many times a message has been dequeued. This value is not incremented when PeekMessages is called.

ExpirationTime
String

The time at which the message will be automatically removed from the queue.

Id
String

The Id of the message. This value is used when calling DeleteMessage.

InsertionTime
String

The time at which the message was first inserted into the queue.

PopReceipt
String

The pop receipt of the message. This value is used when calling DeleteMessage.

Text
String

The message text. This holds up to 8KB of XML compliant text.

TimeNextVisible
String

The time when the message will be visible to other clients. When ListMessages is called, the message will not be visible by other clients until VisibilityTimeout has expired. This field represents the time at which the timeout will expire.

Constructors

[VB.NET]
Public AzureMessage()

[C#]
public AzureMessage();



[VB.NET]
Public AzureMessage(ByVal Id As String, ByVal InsertionTime As String, ByVal ExpirationTime As String, ByVal PopReceipt As String, ByVal TimeNextVisible As String, ByVal DequeueCount As Integer, ByVal Text As String)

[C#]
public AzureMessage(string id, string insertionTime, string expirationTime, string popReceipt, string timeNextVisible, int dequeueCount, string text);



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0