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

◆ GetWhereabouts()

byte[] System.Transactions.Distributed.DistributedTransactionManager.GetWhereabouts ( )
inlinepackage

Definition at line 22 of file DistributedTransactionManager.cs.

23 {
24 throw DistributedTransaction.NotSupported();
25 }

References System.Transactions.Distributed.DistributedTransaction.NotSupported().

Referenced by System.Transactions.TransactionInterop.GetWhereabouts().