Fan.Sys.Actor.sendWhenDone C# (CSharp) Méthode

sendWhenDone() public méthode

public sendWhenDone ( Future f, object msg ) : Future
f Future
msg object
Résultat Future
        public Future sendWhenDone(Future f, object msg)
        {
            return _send(msg, null, f);
        }