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 .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » QAManagerBase interface

 

Mode property

Returns the QAManager acknowledgement mode for received messages.

Syntax
Visual Basic
Public Readonly Property Mode As AcknowledgementMode
C#
public AcknowledgementMode Mode {get;}
Remarks

For a list of possible values, see AcknowledgementMode enumeration. AcknowledgementMode.EXPLICIT_ACKNOWLEDGEMENT and AcknowledgementMode.IMPLICIT_ACKNOWLEDGEMENT apply to QAManager instances; AcknowledgementMode.TRANSACTIONAL is the mode for QATransactionalManager instances.