C# Class System.Transactions.TransactionStateActive

Inheritance: EnlistableStates
Show file Open project: dotnet/corefx

Private Methods

Method Description
BeginCommit ( InternalTransaction tx, bool asyncCommit, AsyncCallback asyncCallback, object asyncState ) : void
DisposeRoot ( InternalTransaction tx ) : void
EnlistPromotableSinglePhase ( InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction, System.Guid promoterType ) : bool
EnlistVolatile ( InternalTransaction tx, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
EnlistVolatile ( InternalTransaction tx, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
EnterState ( InternalTransaction tx ) : void
Phase0VolatilePrepareDone ( InternalTransaction tx ) : void
Phase1VolatilePrepareDone ( InternalTransaction tx ) : void
Rollback ( InternalTransaction tx, Exception e ) : void