Akka.Actor.UnstartedCell.Restart C# (CSharp) Method

Restart() public method

public Restart ( Exception cause ) : void
cause System.Exception
return void
        public void Restart(Exception cause)
        {
            SendSystemMessage(new Recreate(cause), ActorCell.GetCurrentSelfOrNoSender());
        }