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

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

protected final Receive ( object message ) : bool
message object
Результат bool
        protected sealed override bool Receive(object message)
        {
            OnReceive(message);
            return true;
        }