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

◆ GetPromotedToken()

byte[] System.Transactions.Transaction.GetPromotedToken ( )
inlineinherited

Definition at line 303 of file Transaction.cs.

304 {
305 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
306 if (log.IsEnabled())
307 {
308 log.MethodEnter(TraceSourceType.TraceSourceLtm, this, "GetPromotedToken");
309 }
310 if (Disposed)
311 {
312 throw new ObjectDisposedException("Transaction");
313 }
314 byte[] array;
316 {
318 }
319 byte[] array2 = new byte[array.Length];
320 Array.Copy(array, array2, array2.Length);
321 return array2;
322 }
virtual byte[] PromotedToken(InternalTransaction tx)
InternalTransaction _internalTransaction

References System.Transactions.Transaction._internalTransaction, System.array, System.Array.Copy(), System.Runtime.Serialization.Dictionary, System.Transactions.Transaction.Disposed, System.Transactions.TransactionsEtwProvider.Log, System.Transactions.TransactionState.PromotedToken(), and System.Transactions.InternalTransaction.State.