C# 클래스 System.Transactions.TransactionStatePromotedIndoubt

상속: TransactionStatePromotedEnded
파일 보기 프로젝트 열기: dotnet/corefx

보호된 메소드들

메소드 설명
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