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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere C++ API reference » QAManagerBase class

 

getMode function

Syntax
qa_short QAManagerBase::getMode()
Remarks

Returns the QAManager acknowledgement mode for received messages.

For a list of values, see the AcknowledgementMode class.

AcknowledgementModeEXPLICIT_ACKNOWLEDGEMENT and AcknowledgementModeIMPLICIT_ACKNOWLEDGEMENT apply to QAManager instances; AcknowledgementModeTRANSACTIONAL is the mode for QATransactionalManager instances.

See Also

AcknowledgementMode class

Returns

The acknowledgement mode.