Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Aborted() [2/2]

void System.Transactions.SinglePhaseEnlistment.Aborted ( Exception? e)
inline

Definition at line 28 of file SinglePhaseEnlistment.cs.

29 {
30 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
31 if (log.IsEnabled())
32 {
33 log.MethodEnter(TraceSourceType.TraceSourceLtm, this, "Aborted");
34 log.EnlistmentAborted(_internalEnlistment);
35 }
37 {
39 }
40 if (log.IsEnabled())
41 {
42 log.MethodExit(TraceSourceType.TraceSourceLtm, this, "Aborted");
43 }
44 }
virtual void Aborted(InternalEnlistment enlistment, Exception e)
InternalEnlistment _internalEnlistment
Definition Enlistment.cs:5

References System.Transactions.Enlistment._internalEnlistment, System.Transactions.EnlistmentState.Aborted(), System.Transactions.TransactionsEtwProvider.EnlistmentAborted(), System.Diagnostics.Tracing.EventSource.IsEnabled(), System.Transactions.TransactionsEtwProvider.Log, System.Transactions.TransactionsEtwProvider.MethodEnter(), System.Transactions.TransactionsEtwProvider.MethodExit(), System.Transactions.InternalEnlistment.State, and System.Transactions.InternalEnlistment.SyncRoot.