InterruptAsync Method
Stop execution of a running command.
Syntax
[VB.NET]
Public Function InterruptAsync() As Task
[C#]
public Task 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.