Restart() 공개 메소드

Restarts the specified cause.
public Restart ( Exception cause ) : void
cause Exception The cause.
리턴 void
예제 #1
0
 /// <inheritdoc/>
 public override void Restart(Exception cause)
 {
     _cell.Restart(cause);
 }