.NET/Link API Documentation
C#
VB
C++
F#
Show/Hide TOC
IMath
Link
Close Method
Closes the link.
Definition
Namespace:
Wolfram.NETLink
Assembly:
Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
Copy
void
Close
()
VB
Copy
Sub
Close
C++
Copy
void
Close
()
F#
Copy
abstract
Close
:
unit
->
unit
Remarks
Always call Close on every link when you are done using it.
See Also
Reference
IMathLink Interface
Wolfram.NETLink Namespace
In This Article
Definition
Remarks
See Also