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.
If there is no method in progress, Interrupt simply returns, doing nothing.