.NET/Link API Version 1.7 USE FRAMES

IMathLink.TransferToEndOfLoopbackLink Method 

Reads the entire contents of a loopback link and writes it to this link.

[Visual Basic]
Sub TransferToEndOfLoopbackLink( _
   ByVal source As ILoopbackLink _
)
[C#]
void TransferToEndOfLoopbackLink(
   ILoopbackLink source
);

Parameters

source
The ILoopbackLink to read from.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | TransferExpression