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)

 

QATransactionalManager 接口

QATransactionalManager 类从 QAManagerBase 派生并且管理事务性 QAnywhere 消息传递操作。

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

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

QATransactionalManager 只能用于事务性确认。使用 QATransactionalManager.Commit() 方法提交全部 QAManagerBase.PutMessage 和 QAManagerBase.GetMessage 调用。

有关详细信息,请参见实现事务性消息传递

另请参见

QATransactionalManager 成员
Commit 方法
Open 方法
Rollback 方法