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.

◆ ApplyChange() [2/2]

virtual void Cqrs.Domain.Saga< TAuthenticationToken >.ApplyChange ( IEvent< TAuthenticationToken > @  event)
protectedvirtual

Calls the "SetId" method dynamically if the method exists, then calls ApplyChange(Cqrs.Events.ISagaEvent<TAuthenticationToken>)