IMathLinkTransferToEndOfLoopbackLink Method

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

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void TransferToEndOfLoopbackLink(
	ILoopbackLink source
)

Parameters

source  ILoopbackLink
The ILoopbackLink to read from.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also