Restart() public method

Restarts the specified cause.
public Restart ( Exception cause ) : void
cause Exception The cause.
return void
示例#1
0
 /// <inheritdoc/>
 public override void Restart(Exception cause)
 {
     _cell.Restart(cause);
 }