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 .NET API reference » QAnywhere .NET API for clients (.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.