Raises the PacketArrived event.
Whether to continue processing the packet.
Very few programmers will call this directly. It is normally called by the internal packet loop that .NET/Link runs when you call WaitForAnswer, WaitAndDiscardAnswer, or one of the "EvaluateTo" methods. Programmers who for some reason choose to write their own packet loop must call this method to raise the PacketArrived event so that delegates attached to that event can be notified.
See the example for HandlePacket.
IKernelLink Interface | Wolfram.NETLink Namespace | HandlePacket