Akka.Routing.RoutedActorCell.Unwatch C# (CSharp) Method

Unwatch() private method

private Unwatch ( Routee routee ) : void
routee Routee
return void
        private void Unwatch(Routee routee)
        {
            var actorRef = routee as ActorRefRoutee;
            if (actorRef != null) Unwatch(actorRef.Actor);
        }