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.

◆ SetCommitter()

bool Cqrs.Services.UnitOfWorkService< TAuthenticationToken >.SetCommitter ( object  commiter)

Informs the service of the object that will be committing the UnitOfWork.

Returns
true if the provided commiter is accepted as the committer, false otherwise.

Implements Cqrs.Services.IUnitOfWorkService.