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

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

Защищенные методы

Метод Описание
PromotedTransactionOutcome ( InternalTransaction tx ) : void

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

Метод Описание
ChangeStatePromotedAborted ( InternalTransaction tx ) : void
ChangeStatePromotedCommitted ( InternalTransaction tx ) : void
ChangeStatePromotedPhase0 ( InternalTransaction tx ) : void
ChangeStatePromotedPhase1 ( InternalTransaction tx ) : void
CheckForFinishedTransaction ( InternalTransaction tx ) : void
EnterState ( InternalTransaction tx ) : void
GetObjectData ( InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context ) : void
InDoubtFromDtc ( InternalTransaction tx ) : void
InDoubtFromEnlistment ( InternalTransaction tx ) : void
RestartCommitIfNeeded ( InternalTransaction tx ) : void
get_Status ( InternalTransaction tx ) : TransactionStatus

Описание методов

PromotedTransactionOutcome() защищенный метод

protected PromotedTransactionOutcome ( InternalTransaction tx ) : void
tx InternalTransaction
Результат void