CancelAsync() public method

Cancels command execution in asynchronous scenarios.
public CancelAsync ( ) : void
return void
Exemplo n.º 1
0
 /// <summary>
 /// Cancels command execution in asynchronous scenarios.
 /// </summary>
 public void CancelAsync()
 {
     _sshCommand.CancelAsync();
 }