C# 클래스 FloatingQueue.Server.EventsLogic.EventAggregate.Transaction

상속: ITransaction
파일 보기 프로젝트 열기: eleks/FloatingQueuePoC

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Commit ( ) : void
Dispose ( ) : void
Rollback ( ) : void
Transaction ( EventAggregate aggregate ) : System

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Rollback() 공개 메소드

public Rollback ( ) : void
리턴 void

Transaction() 공개 메소드

public Transaction ( EventAggregate aggregate ) : System
aggregate EventAggregate
리턴 System