Interrupt Method
Interrupts the current action.
Syntax
[VB.NET] Public Sub Interrupt()
[C#] public void Interrupt();
Remarks
This method interrupts any processing that the component is currently executing.
NOTE: This method has a corresponding asynchronous version (InterruptAsync) for use in the Xamarin environment.