C# 클래스 System.Transactions.Enlistment

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Enlistment
Enlistment System.Diagnostics
Enlistment System.Diagnostics
Enlistment System.Diagnostics
Enlistment System.Diagnostics
Enlistment System.Diagnostics
Enlistment System.Diagnostics

공개 메소드들

메소드 설명
Done ( ) : void

비공개 메소드들

메소드 설명
Enlistment ( )
Enlistment ( Guid resourceManagerIdentifier, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction ) : System.Diagnostics
Enlistment ( IEnlistmentNotification twoPhaseNotifications, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics
Enlistment ( IEnlistmentNotification twoPhaseNotifications, object syncRoot ) : System.Diagnostics
Enlistment ( InternalEnlistment internalEnlistment ) : System.Diagnostics
Enlistment ( InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction, EnlistmentOptions enlistmentOptions ) : System.Diagnostics
Enlistment ( InternalTransaction transaction, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction ) : System.Diagnostics

메소드 상세

Done() 공개 메소드

public Done ( ) : void
리턴 void