System.Transactions.ISinglePhaseNotification public interface ISinglePhaseNotification : IEnlistmentNotification Documentation Code namespace System.Transactions { public interface ISinglePhaseNotification : IEnlistmentNotification { void SinglePhaseCommit(SinglePhaseEnlistment singlePhaseEnlistment); } }