C# 클래스 NServiceBus.InMemoryTransaction

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

공개 메소드들

메소드 설명
Commit ( ) : void
Enlist ( System.Action action ) : void
Rollback ( ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Enlist() 공개 메소드

public Enlist ( System.Action action ) : void
action System.Action
리턴 void

Rollback() 공개 메소드

public Rollback ( ) : void
리턴 void