C# 클래스 System.Transactions.InternalEnlistment

상속: ISinglePhaseNotificationInternal, IEnlistmentNotificationInternal
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_singlePhaseNotifications ISinglePhaseNotification
_transaction InternalTransaction
_twoPhaseNotifications IEnlistmentNotification

Private Properties

프로퍼티 타입 설명
CheckComplete void
FinishEnlistment void
IEnlistmentNotificationInternal void
ISinglePhaseNotificationInternal void
InternalEnlistment System.Diagnostics
InternalEnlistment System.Diagnostics

보호된 메소드들

메소드 설명
InternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications ) : System.Diagnostics
InternalEnlistment ( Enlistment enlistment, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics

비공개 메소드들

메소드 설명
CheckComplete ( ) : void
FinishEnlistment ( ) : void
IEnlistmentNotificationInternal ( IPromotedEnlistment enlistment ) : void
ISinglePhaseNotificationInternal ( IPromotedEnlistment singlePhaseEnlistment ) : void
InternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics
InternalEnlistment ( Enlistment enlistment, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction ) : System.Diagnostics

메소드 상세

InternalEnlistment() 보호된 메소드

protected InternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications ) : System.Diagnostics
enlistment Enlistment
twoPhaseNotifications IEnlistmentNotification
리턴 System.Diagnostics

InternalEnlistment() 보호된 메소드

protected InternalEnlistment ( Enlistment enlistment, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics
enlistment Enlistment
transaction InternalTransaction
atomicTransaction Transaction
리턴 System.Diagnostics

프로퍼티 상세

_singlePhaseNotifications 보호되어 있는 프로퍼티

protected ISinglePhaseNotification _singlePhaseNotifications
리턴 ISinglePhaseNotification

_transaction 보호되어 있는 프로퍼티

protected InternalTransaction,System.Transactions _transaction
리턴 InternalTransaction

_twoPhaseNotifications 보호되어 있는 프로퍼티

protected IEnlistmentNotification _twoPhaseNotifications
리턴 IEnlistmentNotification