Akka.Routing.RouterActor.PreRestart C# (CSharp) Méthode

PreRestart() protected méthode

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