Akka.Actor.ActorBase.Receive C# (CSharp) Méthode

Receive() protected abstract méthode

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