Stop() public method

Stops this shell.
Shell is not started.
public Stop ( ) : void
return void
コード例 #1
0
ファイル: SshShell.cs プロジェクト: waffle-iron/nequeo
 /// <summary>
 /// Stops this shell.
 /// </summary>
 public void Stop()
 {
     _sshShell.Stop();
 }