C# 클래스 System.Transactions.TransactionStatePromotedEnded

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

Private Properties

프로퍼티 타입 설명
AddOutcomeRegistrant void
CompleteAbortingClone void
CompleteBlockingClone void
CreateAbortingClone void
CreateBlockingClone void
EndCommit void
EnterState void
Promote void
SignalCallback void
get_Identifier System.Guid

보호된 메소드들

메소드 설명
PromotedTransactionOutcome ( InternalTransaction tx ) : void

비공개 메소드들

메소드 설명
AddOutcomeRegistrant ( InternalTransaction tx, TransactionCompletedEventHandler transactionCompletedDelegate ) : void
CompleteAbortingClone ( InternalTransaction tx ) : void
CompleteBlockingClone ( InternalTransaction tx ) : void
CreateAbortingClone ( InternalTransaction tx ) : void
CreateBlockingClone ( InternalTransaction tx ) : void
EndCommit ( InternalTransaction tx ) : void
EnterState ( InternalTransaction tx ) : void
Promote ( InternalTransaction tx ) : void
SignalCallback ( object state ) : void
get_Identifier ( InternalTransaction tx ) : System.Guid

메소드 상세

PromotedTransactionOutcome() 보호된 추상적인 메소드

protected abstract PromotedTransactionOutcome ( InternalTransaction tx ) : void
tx InternalTransaction
리턴 void