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.

◆ ApplyChange() [2/2]

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

Call the "Apply" method with a signature matching the provided event without using event replay to this instance.

This means a method named "Apply", with return type void and one parameter must exist to be applied. If no method exists, nothing is applied The parameter type must match exactly the Type of the provided event .