SinglePhaseEnlistment.Committed 方法

定义

表示一个回调,该回调用于向事务管理器指示 SinglePhaseCommit(单阶段提交)已成功。Represents a callback that is used to indicate to the transaction manager that the SinglePhaseCommit was successful.

public:
 void Committed();
public void Committed ();
member this.Committed : unit -> unit
Public Sub Committed ()

注解

实现接口的事务参与者 ISinglePhaseNotification 使用此方法通知事务管理器应提交事务。A transaction participant implementing the ISinglePhaseNotification interface uses this method to notify the transaction manager that the transaction should be committed.

适用于