Akka.Persistence.Tests.PersistentActorSpec.ExamplePersistentActor.ReceiveRecover C# (CSharp) Method

ReceiveRecover() protected method

protected ReceiveRecover ( object message ) : bool
message object
return bool
            protected override bool ReceiveRecover(object message)
            {
                return UpdateState(message);
            }