Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
FloatingQueue
Server
EventsLogic
EventAggregate.Transaction
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