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

getMessageTimeout function Next Page

getMode function


Synopsis

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.