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

MessagesDequeueCount Property

When ListMessages is called, the message is dequeued and this value is incremented.

Object Oriented Interface

public function getMessagesDequeueCount($messagesindex);

Procedural Interface

inazure_queue_get($res, 15 , $messagesindex);

Default Value

0

Remarks

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.

The size of the array is controlled by the MessagesCount property.

This property is read-only and not available at design time.

Data Type

Integer

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