Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Transactions.EnlistmentState Class Referenceabstract

Package Functions

void EnterState (InternalEnlistment enlistment)
 
virtual void EnlistmentDone (InternalEnlistment enlistment)
 
virtual void Prepared (InternalEnlistment enlistment)
 
virtual void ForceRollback (InternalEnlistment enlistment, Exception e)
 
virtual void Committed (InternalEnlistment enlistment)
 
virtual void Aborted (InternalEnlistment enlistment, Exception e)
 
virtual void InDoubt (InternalEnlistment enlistment, Exception e)
 
virtual byte[] RecoveryInformation (InternalEnlistment enlistment)
 
virtual void InternalAborted (InternalEnlistment enlistment)
 
virtual void InternalCommitted (InternalEnlistment enlistment)
 
virtual void InternalIndoubt (InternalEnlistment enlistment)
 
virtual void ChangeStateCommitting (InternalEnlistment enlistment)
 
virtual void ChangeStatePromoted (InternalEnlistment enlistment, IPromotedEnlistment promotedEnlistment)
 
virtual void ChangeStateDelegated (InternalEnlistment enlistment)
 
virtual void ChangeStatePreparing (InternalEnlistment enlistment)
 
virtual void ChangeStateSinglePhaseCommit (InternalEnlistment enlistment)
 

Static Package Attributes

static EnlistmentStatePromoted _enlistmentStatePromoted
 

Properties

static EnlistmentStatePromoted EnlistmentStatePromoted [get]
 

Static Private Attributes

static object s_classSyncObject
 

Detailed Description

Definition at line 5 of file EnlistmentState.cs.


The documentation for this class was generated from the following file: