![]() |
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.
|
This is a Unit of Work for sagas More...
Inheritance diagram for Cqrs.Domain.ISagaUnitOfWork< TAuthenticationToken >:Public Member Functions | |
| void | Add< TSaga > (TSaga saga) |
| Add an item into the ISagaUnitOfWork<TAuthenticationToken> ready to be committed. More... | |
| TSaga | Get< TSaga > (Guid id, int? expectedVersion=null) |
| Get an item from the ISagaUnitOfWork<TAuthenticationToken> if it has already been loaded. More... | |
| void | Commit () |
| Commit any changed Saga<TAuthenticationToken> added to this ISagaUnitOfWork<TAuthenticationToken> via Add<T> More... | |
This is a Unit of Work for sagas