.NET/Link API Version 1.7 USE FRAMES

MathKernel.IsConnected Property

Gets whether the link has been connected (typically, this means that the kernel has been launched and is ready for use).

[Visual Basic]
Public ReadOnly Property IsConnected As Boolean
[C#]
public bool IsConnected {get;}

Remarks

The link will be connected during the first call to Connect or Compute.

See Also

MathKernel Class | Wolfram.NETLink Namespace | Connect