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

◆ LocalIdentifier

string System.Transactions.TransactionInformation.LocalIdentifier
get

Definition at line 7 of file TransactionInformation.cs.

8 {
9 get
10 {
11 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
12 if (log.IsEnabled())
13 {
14 log.MethodEnter(TraceSourceType.TraceSourceLtm, this, "LocalIdentifier");
15 }
16 try
17 {
19 }
20 finally
21 {
22 if (log.IsEnabled())
23 {
24 log.MethodExit(TraceSourceType.TraceSourceLtm, this, "LocalIdentifier");
25 }
26 }
27 }
28 }
TransactionTraceIdentifier TransactionTraceId
readonly InternalTransaction _internalTransaction