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.
Cqrs.Services.IUnitOfWorkService Interface Reference
+ Inheritance diagram for Cqrs.Services.IUnitOfWorkService:

Public Member Functions

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...