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
int

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

public AzureMessage();



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