InterruptAsync Method
Stop execution of a running command.
Syntax
[VB.NET] Public Function InterruptAsync() As Task
[C#] public Task InterruptAsync();
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
InterruptAsync MethodStop execution of a running command. Syntax[VB.NET] Public Function InterruptAsync() As Task [C#] public Task InterruptAsync(); RemarksThis method is the asynchronous version of the Interrupt method and is used to support asynchronous operations in WinRT. Please refer to Interrupt for more information. |
||