Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Transactions.EnlistmentStatePromoted Class Referencesealed

Package Functions

override void EnterState (InternalEnlistment enlistment)
 
override void EnlistmentDone (InternalEnlistment enlistment)
 
override void Prepared (InternalEnlistment enlistment)
 
override void ForceRollback (InternalEnlistment enlistment, Exception e)
 
override void Committed (InternalEnlistment enlistment)
 
override void Aborted (InternalEnlistment enlistment, Exception e)
 
override void InDoubt (InternalEnlistment enlistment, Exception e)
 
override 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 EnlistmentStatePromoted.cs.


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