Akka.Routing.RouterActor.PreRestart C# (CSharp) Method

PreRestart() protected method

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