1 implementation of GetTransactionCookie
System.Transactions.Local (1)
_generated\12\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExport.cs (1)
96void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExport.GetTransactionCookie(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction pITransaction, uint cbTransactionCookie, byte[] rgbTransactionCookie, out uint pcbUsed)
2 references to GetTransactionCookie
System.Transactions.Local (2)
_generated\12\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExport.cs (1)
147@this.GetTransactionCookie(pITransaction, cbTransactionCookie, rgbTransactionCookie, out pcbUsed);
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
52OletxHelper.Retry(() => export.GetTransactionCookie(Transaction, cookieSize, buffer, out bytesUsed));