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.

◆ Apply()

virtual void Cqrs.Akka.Domain.AkkaSaga< TAuthenticationToken >.Apply ( ISagaEvent< TAuthenticationToken >  sagaEvent)
protectedvirtual

Dynamically calls the "Apply" method, passing it the ISagaEvent<TAuthenticationToken>.Event of the provided sagaEvent .