C# 클래스 Alexandria.Client.Infrastructure.EnvironmentVerifier.FakeDurableEnlistment
파일 보기
프로젝트 열기: ayende/Alexandria
공개 메소드들
메소드 |
설명 |
|
Commit ( Enlistment enlistment ) : void |
|
|
InDoubt ( Enlistment enlistment ) : void |
|
|
Prepare ( PreparingEnlistment preparingEnlistment ) : void |
|
|
Rollback ( Enlistment enlistment ) : void |
|
|
메소드 상세
public Commit ( Enlistment enlistment ) : void |
enlistment |
System.Transactions.Enlistment |
|
리턴 |
void |
|
public InDoubt ( Enlistment enlistment ) : void |
enlistment |
System.Transactions.Enlistment |
|
리턴 |
void |
|
public Prepare ( PreparingEnlistment preparingEnlistment ) : void |
preparingEnlistment |
System.Transactions.PreparingEnlistment |
|
리턴 |
void |
|
public Rollback ( Enlistment enlistment ) : void |
enlistment |
System.Transactions.Enlistment |
|
리턴 |
void |
|