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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QAMessage class

 

getPriority function

Syntax
qa_int QAMessage::getPriority()
Remarks

Gets the message priority level.

The QAnywhere client API defines ten levels of priority value, with 0 as the lowest priority and 9 as the highest. Clients should consider priorities 0-4 as gradations of normal priority and priorities 5-9 as gradations of expedited priority.

For more information about getting and setting message headers and properties, see Introduction to QAnywhere messages.

Returns

The message priority.