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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » AcknowledgementMode class

 

IMPLICIT_ACKNOWLEDGEMENT variable

Syntax
const qa_short AcknowledgementMode::IMPLICIT_ACKNOWLEDGEMENT
Remarks

Indicates that all messages are acknowledged when they are received by a client application.

If you receive messages synchronously, messages are acknowledged when the getMessage method returns. If you receive messages asynchronously, the message is acknowledged when the event handling function returns.