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

Receive() protected final méthode

protected final Receive ( object message ) : bool
message object
Résultat bool
        protected sealed override bool Receive(object message)
        {
            OnReceive(message);
            return true;
        }