CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Public Member Functions | |
UnitOfWorkService (IUnitOfWork< TAuthenticationToken > unitOfWork) | |
bool | SetCommitter (object commiter) |
Informs the service of the object that will be committing the UnitOfWork. More... | |
bool | Commit (object commiter) |
Commits the UnitOfWork if the provided commiter is the Committer. More... | |
Properties | |
IUnitOfWork< TAuthenticationToken > | UnitOfWork [get] |
object | Committer [get] |