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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.NET 2.0)

 

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