Akka.EventStore.Cqrs.Core.AggregateRootActor.Apply C# (CSharp) Method

Apply() protected abstract method

protected abstract Apply ( IEvent @event ) : bool
@event IEvent
return bool
        protected abstract bool Apply(IEvent @event);
        protected abstract bool RecoverState(object state);