1 implementation of Commit
System.Transactions.Local (1)
_generated\10\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (1)
40void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.Commit(bool fRetaining, global::System.Transactions.DtcProxyShim.OletxXacttc grfTC, uint grfRM)
2 references to Commit
System.Transactions.Local (2)
_generated\10\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (1)
70@this.Commit(fRetaining, grfTC, grfRM);
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
26=> Transaction.Commit(false, OletxXacttc.XACTTC_ASYNC, 0);