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

Package Functions

override void EnterState (InternalEnlistment enlistment)
 
override void EnlistmentDone (InternalEnlistment enlistment)
 
override void InternalAborted (InternalEnlistment enlistment)
 
override void ChangeStateCommitting (InternalEnlistment enlistment)
 
override void ChangeStatePromoted (InternalEnlistment enlistment, IPromotedEnlistment promotedEnlistment)
 
override void ChangeStateDelegated (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 InternalCommitted (InternalEnlistment enlistment)
 
virtual void InternalIndoubt (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 3 of file DurableEnlistmentActive.cs.


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