ThreadCommandResult Old_Step(StepMode mode, StepFrame frame) { lock (this) { check_alive(); return(servant.Old_Step(mode, frame)); } }