.NET/Link API Version 1.7 USE FRAMES

IMathLink.EndPacket Method 

Call when you are finished writing the contents of a single packet.

[Visual Basic]
Sub EndPacket()
[C#]
void EndPacket();

Remarks

Calling EndPacket is not strictly necessary, but it is good style, and it allows .NET/Link to immediately generate a MathLinkException if you are not actually finished with writing the data you promised to send.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace