Interrupt Method
Interrupt the current method.
Syntax
public void Interrupt();
Public Sub Interrupt()
Remarks
If there is no method in progress, Interrupt simply returns, doing nothing.
|
Interrupt MethodInterrupt the current method. Syntaxpublic void Interrupt(); Public Sub Interrupt() RemarksIf there is no method in progress, Interrupt simply returns, doing nothing. |