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.

◆ ApplyChanges() [2/2]

virtual void Cqrs.Domain.Saga< TAuthenticationToken >.ApplyChanges ( IEnumerable< IEvent< TAuthenticationToken >>  events)
protectedvirtual

Calls the "SetId" method dynamically if the method exists on the first IEvent<TAuthenticationToken> in the provided events , then calls ApplyChanges(System.Collections.Generic.IEnumerable<Cqrs.Events.ISagaEvent<TAuthenticationToken>>)