Akka.Routing.RouterActor.PreRestart C# (CSharp) 메소드

PreRestart() 보호된 메소드

protected PreRestart ( Exception cause, object message ) : void
cause System.Exception
message object
리턴 void
        protected override void PreRestart(Exception cause, object message)
        {
            //do not scrap children
        }