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.

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