Interrupt Method
Interrupt the current method.
Syntax
[VB.NET] Public Sub Interrupt()
[C#] public void Interrupt();
Remarks
If there is no method in progress, Interrupt simply returns, doing nothing.
NOTE: This method has a corresponding asynchronous version (InterruptAsync) for use in the Xamarin environment.