AbortAsync Method
Aborts the current operation.
Syntax
[VB.NET] Public Function AbortAsync() As Task
[C#] public Task AbortAsync();
IP*Works! ZIP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AbortAsync MethodAborts the current operation. Syntax[VB.NET] Public Function AbortAsync() As Task [C#] public Task AbortAsync(); RemarksThis method is the asynchronous version of the Abort method and is used to support asynchronous operations in WinRT. Please refer to Abort for more information. |
||