C# Class System.Transactions.TransactionStatePromotedNonMSDTCBase

Inheritance: TransactionState
Show file Open project: dotnet/corefx

Private Methods

Method Description
AddOutcomeRegistrant ( InternalTransaction tx, TransactionCompletedEventHandler transactionCompletedDelegate ) : void
BeginCommit ( InternalTransaction tx, bool asyncCommit, AsyncCallback asyncCallback, object asyncState ) : void
ChangeStateAbortedDuringPromotion ( InternalTransaction tx ) : void
ChangeStateTransactionAborted ( InternalTransaction tx, Exception e ) : void
CompleteAbortingClone ( InternalTransaction tx ) : void
CompleteBlockingClone ( InternalTransaction tx ) : void
ContinuePhase0Prepares ( ) : bool
CreateAbortingClone ( InternalTransaction tx ) : void
CreateBlockingClone ( InternalTransaction tx ) : void
DisposeRoot ( 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
EnlistPromotableSinglePhase ( InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction, Guid promoterType ) : bool
EnlistVolatile ( InternalTransaction tx, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
EnlistVolatile ( InternalTransaction tx, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
GetObjectData ( InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context ) : void
InDoubtFromEnlistment ( InternalTransaction tx ) : void
Phase0VolatilePrepareDone ( InternalTransaction tx ) : void
Phase1VolatilePrepareDone ( InternalTransaction tx ) : void
Promote ( InternalTransaction tx ) : void
PromotedToken ( InternalTransaction tx ) : byte[]
Rollback ( InternalTransaction tx, Exception e ) : void
Timeout ( InternalTransaction tx ) : void
get_Identifier ( InternalTransaction tx ) : Guid
get_Status ( InternalTransaction tx ) : TransactionStatus