C# Класс System.Transactions.TransactionStatePromotedNonMSDTCSinglePhaseCommit

Наследование: TransactionStatePromotedNonMSDTCBase
Показать файл Открыть проект

Приватные методы

Метод Описание
BeginCommit ( InternalTransaction tx, bool asyncCommit, AsyncCallback asyncCallback, object asyncState ) : void
ChangeStateAbortedDuringPromotion ( InternalTransaction tx ) : void
ChangeStateTransactionAborted ( InternalTransaction tx, Exception e ) : void
ChangeStateTransactionCommitted ( InternalTransaction tx ) : void
CreateAbortingClone ( InternalTransaction tx ) : void
CreateBlockingClone ( InternalTransaction tx ) : void
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
EnterState ( InternalTransaction tx ) : void
InDoubtFromEnlistment ( InternalTransaction tx ) : void
Rollback ( InternalTransaction tx, Exception e ) : void