C# 클래스 NServiceBus.AcceptanceTests.FakePromotableResourceManager

상속: IPromotableSinglePhaseNotification, IEnlistmentNotification
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 프로퍼티들

프로퍼티 타입 설명
ResourceManagerId System.Guid

공개 메소드들

메소드 설명
Commit ( Enlistment enlistment ) : void
InDoubt ( Enlistment enlistment ) : void
Initialize ( ) : void
Prepare ( PreparingEnlistment preparingEnlistment ) : void
Promote ( ) : byte[]
Rollback ( Enlistment enlistment ) : void
Rollback ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
SinglePhaseCommit ( SinglePhaseEnlistment singlePhaseEnlistment ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
리턴 void

InDoubt() 공개 메소드

public InDoubt ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Prepare() 공개 메소드

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment System.Transactions.PreparingEnlistment
리턴 void

Promote() 공개 메소드

public Promote ( ) : byte[]
리턴 byte[]

Rollback() 공개 메소드

public Rollback ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
리턴 void

Rollback() 공개 메소드

public Rollback ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
singlePhaseEnlistment System.Transactions.SinglePhaseEnlistment
리턴 void

SinglePhaseCommit() 공개 메소드

public SinglePhaseCommit ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
singlePhaseEnlistment System.Transactions.SinglePhaseEnlistment
리턴 void

프로퍼티 상세

ResourceManagerId 공개적으로 정적으로 프로퍼티

public static Guid,System ResourceManagerId
리턴 System.Guid