IMathLinkConnect(Int64) Method

Waits for the link to be connected for at most the specified number of milliseconds before throwing a MathLinkException.

Definition

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

Parameters

timeoutMillis  Int64
Number of milliseconds to wait before throwing an exception

Exceptions

MathLinkExceptionOn any MathLink error, or if the timeout passes.

See Also