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

Package Functions

override void EnterState (InternalEnlistment enlistment)
 
override void EnlistmentDone (InternalEnlistment enlistment)
 
override void Committed (InternalEnlistment enlistment)
 
override void Aborted (InternalEnlistment enlistment, Exception e)
 
override void InDoubt (InternalEnlistment enlistment, Exception e)
 
virtual void Prepared (InternalEnlistment enlistment)
 
virtual void ForceRollback (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 DurableEnlistmentActive DurableEnlistmentActive [get]
 
static DurableEnlistmentAborting DurableEnlistmentAborting [get]
 
static DurableEnlistmentCommitting DurableEnlistmentCommitting [get]
 
static DurableEnlistmentDelegated DurableEnlistmentDelegated [get]
 
static DurableEnlistmentEnded DurableEnlistmentEnded [get]
 
static EnlistmentStatePromoted EnlistmentStatePromoted [get]
 

Static Private Attributes

static DurableEnlistmentActive s_durableEnlistmentActive
 
static DurableEnlistmentAborting s_durableEnlistmentAborting
 
static DurableEnlistmentCommitting s_durableEnlistmentCommitting
 
static DurableEnlistmentDelegated s_durableEnlistmentDelegated
 
static DurableEnlistmentEnded s_durableEnlistmentEnded
 
static object s_classSyncObject
 

Detailed Description

Definition at line 5 of file DurableEnlistmentCommitting.cs.


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