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