.NET/Link API Version 1.7 USE FRAMES

MessageHandler Delegate

Represents the method that will handle the MessageArrived event.

[Visual Basic]
Public Delegate Sub MessageHandler( _
   ByVal msgType As MathLinkMessage _
)
[C#]
public delegate void MessageHandler(
   MathLinkMessage msgType
);

Parameters

msgType
The type of message that arrived.

Requirements

Namespace: Wolfram.NETLink

Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)

See Also

Wolfram.NETLink Namespace | MessageArrived