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

◆ InDoubt() [2/2]

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

Definition at line 85 of file SinglePhaseEnlistment.cs.

86 {
87 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
88 if (log.IsEnabled())
89 {
90 log.MethodEnter(TraceSourceType.TraceSourceLtm, this, "InDoubt");
91 }
93 {
94 if (log.IsEnabled())
95 {
96 log.EnlistmentInDoubt(_internalEnlistment);
97 }
99 }
100 if (log.IsEnabled())
101 {
102 log.MethodExit(TraceSourceType.TraceSourceLtm, this, "InDoubt");
103 }
104 }
virtual void InDoubt(InternalEnlistment enlistment, Exception e)
InternalEnlistment _internalEnlistment
Definition Enlistment.cs:5

References System.Transactions.Enlistment._internalEnlistment, System.Transactions.TransactionsEtwProvider.EnlistmentInDoubt(), System.Transactions.EnlistmentState.InDoubt(), 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.