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

◆ State

TransactionState System.Transactions.InternalTransaction.State
getsetpackage

Definition at line 88 of file InternalTransaction.cs.

89 {
90 get
91 {
92 return _transactionState;
93 }
94 set
95 {
97 }
98 }

Referenced by System.Transactions.DependentTransaction.DependentTransaction(), System.Transactions.DurableEnlistmentCommitting.Aborted(), System.Transactions.DurableEnlistmentDelegated.Aborted(), System.Transactions.VolatileEnlistmentSPC.Aborted(), System.Transactions.Bucket.Add(), System.Transactions.TransactionStateSubordinateActive.AddOutcomeRegistrant(), System.Transactions.CommittableTransaction.BeginCommit(), System.Transactions.Phase1VolatileEnlistment.CheckComplete(), System.Transactions.CommittableTransaction.Commit(), System.Transactions.DurableEnlistmentCommitting.Committed(), System.Transactions.DurableEnlistmentDelegated.Committed(), System.Transactions.VolatileEnlistmentSPC.Committed(), System.Transactions.DependentTransaction.Complete(), System.Transactions.EnlistableStates.CompleteBlockingClone(), System.Transactions.TransactionStatePromotedBase.CompleteBlockingClone(), System.Transactions.TransactionStatePromotedNonMSDTCBase.CompleteBlockingClone(), System.Transactions.TransactionStateSubordinateActive.CreateAbortingClone(), System.Transactions.TransactionStateSubordinateActive.CreateBlockingClone(), System.Transactions.TransactionStateActive.DisposeRoot(), System.Transactions.TransactionStatePromoted.DisposeRoot(), System.Transactions.TransactionStatePromotedNonMSDTCBase.DisposeRoot(), System.Transactions.CommittableTransaction.EndCommit(), System.Transactions.Transaction.EnlistDurable(), System.Transactions.Transaction.EnlistDurable(), System.Transactions.EnlistableStates.EnlistDurable(), System.Transactions.TransactionStatePhase0.EnlistDurable(), System.Transactions.EnlistableStates.EnlistDurable(), System.Transactions.TransactionStatePhase0.EnlistDurable(), System.Transactions.DurableEnlistmentCommitting.EnlistmentDone(), System.Transactions.VolatileEnlistmentSPC.EnlistmentDone(), System.Transactions.Transaction.EnlistPromotableSinglePhase(), System.Transactions.Transaction.EnlistVolatile(), System.Transactions.TransactionStateSubordinateActive.EnlistVolatile(), System.Transactions.TransactionStateSubordinateActive.EnlistVolatile(), System.Transactions.Transaction.EnlistVolatile(), System.Transactions.TransactionStateDelegatedBase.EnterState(), System.Transactions.TransactionStateDelegatedNonMSDTC.EnterState(), System.Transactions.TransactionStatePhase0.EnterState(), System.Transactions.TransactionStatePromoted.EnterState(), System.Transactions.TransactionStatePromotedNonMSDTCPhase0.EnterState(), System.Transactions.TransactionStatePromotedNonMSDTCVolatilePhase1.EnterState(), System.Transactions.TransactionStateVolatilePhase1.EnterState(), System.Transactions.VolatileEnlistmentPreparing.ForceRollback(), System.Transactions.TransactionStateSubordinateActive.get_Status(), System.Transactions.Transaction.GetPromotedToken(), System.Transactions.DurableEnlistmentCommitting.InDoubt(), System.Transactions.DurableEnlistmentDelegated.InDoubt(), System.Transactions.VolatileEnlistmentSPC.InDoubt(), System.Transactions.CommittableTransaction.InternalDispose(), System.Transactions.TransactionStatePhase0.Phase0VolatilePrepareDone(), System.Transactions.TransactionStatePromotedNonMSDTCPhase0.Phase0VolatilePrepareDone(), System.Transactions.Transaction.Promote(), System.Transactions.EnlistableStates.Promote(), System.Transactions.TransactionStatePhase0.Promote(), System.Transactions.Transaction.PromoteAndEnlistDurable(), System.Transactions.TransactionStatePSPEOperation.PromoteAndEnlistDurable(), System.Transactions.EnlistableStates.PromotedToken(), System.Transactions.TransactionStatePromoted.PromoteEnlistmentsAndOutcome(), System.Transactions.TransactionStatePSPEOperation.PSPEPromote(), System.Transactions.Transaction.Rollback(), System.Transactions.Transaction.Rollback(), System.Transactions.Transaction.SetDistributedTransactionIdentifier(), and System.Transactions.Bucket.TimeoutTransactions().