.NET/Link API Version 1.7 USE FRAMES

MathKernel.Abort Method 

Sends a request to abort the computation currently in progress.

[Visual Basic]
Public Sub Abort()
[C#]
public void Abort();

Remarks

This method will be called from a different thread than the one that is executing the Compute method.

See the IKernelLink.AbortEvaluation method for more information.

See Also

MathKernel Class | Wolfram.NETLink Namespace