CancelAsync() 공개 메소드

Cancels command execution in asynchronous scenarios.
public CancelAsync ( ) : void
리턴 void
예제 #1
0
 /// <summary>
 /// Cancels command execution in asynchronous scenarios.
 /// </summary>
 public void CancelAsync()
 {
     _sshCommand.CancelAsync();
 }