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

◆ Prepared()

void System.Transactions.PreparingEnlistment.Prepared ( )
inline

Definition at line 10 of file PreparingEnlistment.cs.

11 {
12 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
13 if (log.IsEnabled())
14 {
15 log.MethodEnter(TraceSourceType.TraceSourceLtm, this, "Prepared");
16 log.EnlistmentPrepared(_internalEnlistment);
17 }
19 {
21 }
22 if (log.IsEnabled())
23 {
24 log.MethodExit(TraceSourceType.TraceSourceLtm, this, "Prepared");
25 }
26 }
virtual void Prepared(InternalEnlistment enlistment)
InternalEnlistment _internalEnlistment
Definition Enlistment.cs:5

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