Akka.Actor.ActorBase.Receive C# (CSharp) Method

Receive() protected abstract method

Processor for user defined messages.
protected abstract Receive ( object message ) : bool
message object The message.
return bool
        protected abstract bool Receive(object message);