CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Services.IUnitOfWorkService Interface Reference

Provides a basic container to control how the IUnitOfWork<TAuthenticationToken> is accessed. More...

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

Detailed Description

Provides a basic container to control how the IUnitOfWork<TAuthenticationToken> is accessed.