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.

◆ LoadFromHistory()

virtual void Cqrs.Akka.Domain.AkkaSagaProxy< TAuthenticationToken, TSaga >.LoadFromHistory ( IEnumerable< ISagaEvent< TAuthenticationToken >>  history)
virtual

Apply all the events in history using event replay to this instance.

Implements Cqrs.Domain.ISaga< TAuthenticationToken >.