Akka.Remote.ReliableDeliverySupervisor.PostRestart C# (CSharp) Метод

PostRestart() защищенный Метод

protected PostRestart ( Exception reason ) : void
reason System.Exception
Результат void
        protected override void PostRestart(Exception reason)
        {
            throw new IllegalActorStateException("BUG: ReliableDeliverySupervisor has been attempted to be restarted. This must not happen.");
        }