Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » MessageProperties class

ADAPTERS variable Next Page

DELIVERY_COUNT variable


Synopsis

const qa_string MessageProperties::DELIVERY_COUNT

Remarks

This property name refers to the number of attempts that have been made so far to deliver the message.

The value of this field is "ias_DeliveryCount".

Pass MessagePropertiesDELIVERY_COUNT as the first parameter in the QAMessagesetStringProperty method or the QAMessagegetStringProperty method to access the associated message property.

See Also

setStringProperty function

getStringProperty function