.NET/Link API Documentation
C#
VB
C++
F#
Show/Hide TOC
IMath
Link
Connect Method
Waits for the link to be connected.
Definition
Namespace:
Wolfram.NETLink
Assembly:
Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
Copy
void
Connect
()
VB
Copy
Sub
Connect
C++
Copy
void
Connect
()
F#
Copy
abstract
Connect
:
unit
->
unit
Exceptions
MathLinkException
On any MathLink error.
See Also
Reference
IMathLink Interface
Connect Overload
Wolfram.NETLink Namespace
In This Article
Definition
Exceptions
See Also