CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ ApplyChanges() [1/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>>)