1 implementation of Enlist
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (1)
54
void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.
Enlist
(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction pTransaction, global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync pRes, out global::System.Guid pUOW, out global::System.Transactions.DtcProxyShim.OletxTransactionIsolationLevel pisoLevel, out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync ppEnlist)
2 references to Enlist
System.Transactions.Local (2)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (1)
125
@this.
Enlist
(pTransaction, pRes, out pUOW, out pisoLevel, out ppEnlist);
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (1)
29
ResourceManager!.
Enlist
(transaction, pEnlistmentNotifyShim, out Guid txUow, out OletxTransactionIsolationLevel isoLevel, out ITransactionEnlistmentAsync pEnlistmentAsync);