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 .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0)

ErrorCode property Next Page

QAManager interface


The QAManager class derives from QAManagerBase and manages non-transactional QAnywhere messaging operations.

Syntax

Visual Basic
Public Interface QAManager

C#
public interface QAManager

Remarks

For a detailed description of derived behavior, see QAManagerBase interface.

The QAManager can be configured for implicit or explicit acknowledgement as defined in the AcknowledgementMode class. To acknowledge messages as part of a transaction, use QATransactionalManager. Use the QAManagerFactory to create QAManager and QATransactionalManager objects.

See also

QAManager members
Acknowledge method
AcknowledgeAll method
AcknowledgeUntil method
Open method
Recover method