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;
        }