Interrupt Method
Stop execution of a running command.
Syntax
[VB.NET] Public Sub Interrupt()
[C#] public void Interrupt();
Remarks
Interrupts the execution of a running command on the server, returning control to the caller.
NOTE: This method has a corresponding asynchronous version (InterruptAsync) for use in the WinRT environment.