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

◆ DistributedIdentifier

Guid System.Transactions.TransactionInformation.DistributedIdentifier
get

Definition at line 30 of file TransactionInformation.cs.

31 {
32 get
33 {
34 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
35 if (log.IsEnabled())
36 {
37 log.MethodEnter(TraceSourceType.TraceSourceLtm, this, "DistributedIdentifier");
38 }
39 try
40 {
42 {
44 }
45 }
46 finally
47 {
48 if (log.IsEnabled())
49 {
50 log.MethodExit(TraceSourceType.TraceSourceLtm, this, "DistributedIdentifier");
51 }
52 }
53 }
54 }
readonly InternalTransaction _internalTransaction
virtual Guid get_Identifier(InternalTransaction tx)