InterruptAsync Method
Interrupt the current method.
Syntax
[VB.NET] Public Function InterruptAsync() As IAsyncAction
[C#] public IAsyncAction InterruptAsync();
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
InterruptAsync MethodInterrupt the current method. Syntax[VB.NET] Public Function InterruptAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||