Will apply an event to the aggregate and increase the version number. When re-hydrating, events must be applied in the correct revision sequence.

public abstract ApplyEvent(IAggregateEvent aggregateEvent)

Parameters

aggregateEvent IAggregateEvent

The event to apply.

In this article