Akka.Actor.UntypedActor.OnReceive C# (CSharp) 메소드

OnReceive() 보호된 추상적인 메소드

To be implemented by concrete UntypedActor, this defines the behavior of the UntypedActor. This method is called for every message received by the actor.
protected abstract OnReceive ( object message ) : void
message object The message.
리턴 void
        protected abstract void OnReceive(object message);