1 implementation of Commit
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (1)
52
void 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\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (1)
88
@this.
Commit
(fRetaining, grfTC, grfRM);
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
26
=> Transaction.
Commit
(false, OletxXacttc.XACTTC_ASYNC, 0);