2 implementations of Aborted
System.Transactions.Local (2)
_generated\29\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterNotifyAsync2.cs (1)
87void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterNotifyAsync2.Aborted(nint pboidReason, bool fRetaining, nint pNewUOW, uint hresult)
System\Transactions\DtcProxyShim\VoterNotifyShim.cs (1)
31public void Aborted(IntPtr pboidReason, [MarshalAs(UnmanagedType.Bool)] bool fRetaining, IntPtr pNewUOW, uint hresult)
1 reference to Aborted
System.Transactions.Local (1)
_generated\29\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterNotifyAsync2.cs (1)
117@this.Aborted(pboidReason, fRetaining, pNewUOW, hresult);