Akka.Actor.ActorBase.Receive C# (CSharp) Метод

Receive() защищенный абстрактный Метод

Processor for user defined messages.
protected abstract Receive ( object message ) : bool
message object The message.
Результат bool
        protected abstract bool Receive(object message);