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 参考 » QAnywhere .NET API 参考 » 用于客户端的 QAnywhere .NET (.NET 2.0)

 

QAManager 接口

QAManager 类由 QAManagerBase 派生并且管理非事务性 QAnywhere 消息传递操作。

语法
Visual Basic
Public Interface QAManager
C#
public interface QAManager
注释

有关派生行为的详细说明,请参见QAManagerBase 接口

可以如 AcknowledgementMode 类中定义的那样对 QAManager 进行配置,以进行隐式或显式确认。要将消息作为事务的一部分进行确认,请使用 QATransactionalManager。使用 QAManagerFactory 创建 QAManager 和 QATransactionalManager 对象。

另请参见

QAManager 成员
Acknowledge 方法
AcknowledgeAll 方法
AcknowledgeUntil 方法
Open 方法
Recover 方法