CancelAsync() public method

Cancels command execution in asynchronous scenarios.
public CancelAsync ( ) : void
return void
コード例 #1
0
ファイル: SshCommand.cs プロジェクト: waffle-iron/nequeo
 /// <summary>
 /// Cancels command execution in asynchronous scenarios.
 /// </summary>
 public void CancelAsync()
 {
     _sshCommand.CancelAsync();
 }