ITransactionManager 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface ITransactionManager
type ITransactionManager = interface
Public Interface ITransactionManager
方法
Ping(Guid, DateTime, ParticipantId) |
参与者发送到 TM 的单向消息,让 TM 知道他们仍在等待听到交易的命运。 |
PrepareAndCommit(Guid, AccessCounter, DateTime, List<ParticipantId>, Int32) |
由 TA 发送到 TM 的请求。 TM 在提交或中止事务后做出响应。 |
Prepared(Guid, DateTime, ParticipantId, TransactionalStatus) |
参与者在成功或未成功) 准备 (后发送到 TM 的单向消息。 |