MathKernelConnect Method

Creates and connects the link, if it has not already been connected.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public void Connect()

Remarks

This will launch the kernel unless you have set the Link or LinkArguments properties.

This method is called automatically by Compute, but you can call it yourself if you want to force the kernel to launch before any computations are actually triggered.

See Also