C# Class FloatingQueue.Server.EventsLogic.EventAggregate.Transaction

Inheritance: ITransaction
Datei anzeigen Open project: eleks/FloatingQueuePoC

Private Properties

Property Type Description

Public Methods

Method Description
Commit ( ) : void
Dispose ( ) : void
Rollback ( ) : void
Transaction ( EventAggregate aggregate ) : System

Method Details

Commit() public method

public Commit ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Rollback() public method

public Rollback ( ) : void
return void

Transaction() public method

public Transaction ( EventAggregate aggregate ) : System
aggregate EventAggregate
return System