InterruptAsync Method
Interrupts the current action.
Syntax
[VB.NET]
Public Function InterruptAsync() As IAsyncAction
[C#]
public IAsyncAction InterruptAsync();
Remarks
This 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.