C# Class System.Transactions.TransactionStatePromotedPhase1

Inheritance: TransactionStatePromotedCommitting
Show file Open project: dotnet/corefx

Private Methods

Method Description
ChangeStateTransactionAborted ( InternalTransaction tx, Exception e ) : void
ContinuePhase1Prepares ( ) : bool
CreateAbortingClone ( InternalTransaction tx ) : void
CreateBlockingClone ( InternalTransaction tx ) : void
EnlistDurable ( InternalTransaction tx, Guid resourceManagerIdentifier, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
EnlistDurable ( InternalTransaction tx, Guid resourceManagerIdentifier, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
EnlistVolatile ( InternalTransaction tx, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
EnlistVolatile ( InternalTransaction tx, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
EnterState ( InternalTransaction tx ) : void
Phase1VolatilePrepareDone ( InternalTransaction tx ) : void