Akka.Actor.ActorCell.HandleSupervise C# (CSharp) Méthode

HandleSupervise() private méthode

private HandleSupervise ( IActorRef child, bool async ) : void
child IActorRef
async bool
Résultat void
        private void HandleSupervise(IActorRef child, bool async)
        {
            if (async && child is RepointableActorRef)
            {
                ((RepointableActorRef)child).Point();
            }
        }