Akka.Actor.RepointableActorRef.Restart C# (CSharp) 메소드

Restart() 공개 메소드

public Restart ( Exception cause ) : void
cause System.Exception
리턴 void
        public override void Restart(Exception cause)
        {
            Underlying.Restart(cause);
        }