Akka.Tests.Actor.SupervisorHierarchySpec.CountDownActor.PreRestart C# (CSharp) Méthode

PreRestart() protected méthode

protected PreRestart ( Exception reason, object message ) : void
reason System.Exception
message object
Résultat void
            protected override void PreRestart(Exception reason, object message)
            {
                //Test relies on keeping children around during restart so we will not call base, 
                //which by default it disposes of all children and then calls postStop()
            }