Stop() 공개 메소드

Stops this shell.
Shell is not started.
public Stop ( ) : void
리턴 void
예제 #1
0
 /// <summary>
 /// Stops this shell.
 /// </summary>
 public void Stop()
 {
     _sshShell.Stop();
 }