.NET/Link API Version 1.7 USE FRAMES

IMathLink.Connect Method (Int64)

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

[Visual Basic]
Sub Connect( _
   ByVal timeoutMillis As Long _
)
[C#]
void Connect(
   long timeoutMillis
);

Parameters

timeoutMillis
Number of milliseconds to wait before throwing an exception

Exceptions

Exception Type Condition
MathLinkException On any MathLink error, or if the timeout passes.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | IMathLink.Connect Overload List