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

ReceiveRecover() protected method

protected ReceiveRecover ( object message ) : bool
message object
return bool
            protected override bool ReceiveRecover(object message)
            {
                return SendingRecover(message) || base.ReceiveRecover(message);
            }