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

Handle() protected abstract method

protected abstract Handle ( ICommand command ) : bool
command ICommand
return bool
        protected abstract bool Handle(ICommand command);
        protected abstract bool Apply(IEvent @event);