2 implementations of Aborted
System.Transactions.Local (2)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterNotifyAsync2.cs (1)
103void 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\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterNotifyAsync2.cs (1)
139@this.Aborted(pboidReason, fRetaining, pNewUOW, hresult);