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

◆ RecoveryInformation()

byte[] System.Transactions.PreparingEnlistment.RecoveryInformation ( )
inline

Definition at line 64 of file PreparingEnlistment.cs.

65 {
66 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
67 if (log.IsEnabled())
68 {
69 log.MethodEnter(TraceSourceType.TraceSourceLtm, this, "RecoveryInformation");
70 }
71 try
72 {
74 {
76 }
77 }
78 finally
79 {
80 if (log.IsEnabled())
81 {
82 log.MethodExit(TraceSourceType.TraceSourceLtm, this, "RecoveryInformation");
83 }
84 }
85 }
virtual byte[] RecoveryInformation(InternalEnlistment enlistment)
InternalEnlistment _internalEnlistment
Definition Enlistment.cs:5

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