1 implementation of Enlist
System.Transactions.Local (1)
_generated\7\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (1)
42
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\7\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (1)
108
@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);