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

Inheritance: ITransaction
Afficher le fichier Open project: eleks/FloatingQueuePoC

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Commit ( ) : void
Dispose ( ) : void
Rollback ( ) : void
Transaction ( EventAggregate aggregate ) : System

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Rollback() public méthode

public Rollback ( ) : void
Résultat void

Transaction() public méthode

public Transaction ( EventAggregate aggregate ) : System
aggregate EventAggregate
Résultat System