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 » QAManager class

 

acknowledgeAll function

Syntax
qa_bool QAManager::acknowledgeAll()
Remarks

Acknowledges that the client application successfully received all unacknowledged QAnywhere messages.

When a QAMessage is acknowledged, its STATUS property changes to RECEIVED. When a QAMessage status changes to RECEIVED, it can be deleted using the default delete rule.

For more information about delete rules, see Message delete rules.

See Also

acknowledge function

acknowledgeUntil function

Returns

True if and only if the operation succeeded.