CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ CreateSaga< TSaga >()

virtual TSaga Cqrs.Domain.SagaRepository< TAuthenticationToken >.CreateSaga< TSaga > ( Guid  id)
protectedvirtual

Calls IAggregateFactory.Create to get a, TSaga .

Template Parameters
TSagaThe Type of ISaga<TAuthenticationToken>.
Parameters
idThe id of the TSaga to create.

Reimplemented in Cqrs.Akka.Domain.AkkaSagaRepository< TAuthenticationToken >.

Type Constraints
TSaga :ISaga<TAuthenticationToken>