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

Package Functions

override byte[] RecoveryInformation (InternalEnlistment enlistment)
 
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 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 VolatileEnlistmentActive VolatileEnlistmentActive [get]
 
static VolatileEnlistmentPreparing VolatileEnlistmentPreparing [get]
 
static VolatileEnlistmentPrepared VolatileEnlistmentPrepared [get]
 
static VolatileEnlistmentSPC VolatileEnlistmentSPC [get]
 
static VolatileEnlistmentPreparingAborting VolatileEnlistmentPreparingAborting [get]
 
static VolatileEnlistmentAborting VolatileEnlistmentAborting [get]
 
static VolatileEnlistmentCommitting VolatileEnlistmentCommitting [get]
 
static VolatileEnlistmentInDoubt VolatileEnlistmentInDoubt [get]
 
static VolatileEnlistmentEnded VolatileEnlistmentEnded [get]
 
static VolatileEnlistmentDone VolatileEnlistmentDone [get]
 
static EnlistmentStatePromoted EnlistmentStatePromoted [get]
 

Static Private Attributes

static VolatileEnlistmentActive s_volatileEnlistmentActive
 
static VolatileEnlistmentPreparing s_volatileEnlistmentPreparing
 
static VolatileEnlistmentPrepared s_volatileEnlistmentPrepared
 
static VolatileEnlistmentSPC s_volatileEnlistmentSPC
 
static VolatileEnlistmentPreparingAborting s_volatileEnlistmentPreparingAborting
 
static VolatileEnlistmentAborting s_volatileEnlistmentAborting
 
static VolatileEnlistmentCommitting s_volatileEnlistmentCommitting
 
static VolatileEnlistmentInDoubt s_volatileEnlistmentInDoubt
 
static VolatileEnlistmentEnded s_volatileEnlistmentEnded
 
static VolatileEnlistmentDone s_volatileEnlistmentDone
 
static object s_classSyncObject
 

Detailed Description

Definition at line 5 of file VolatileEnlistmentState.cs.


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