TolliumComponentBase::QueueInboundMessage (open)

Queue an inbound message. This is called as soon as the message arrives and can be used to preinspect, modify or drop messages. The actual handling of the message should usually be delayed to ProcessInboundMessage, as any waits here will block all event processing, and trying to start a modal dialog will deadlock the message loop

Syntax

LOADLIB "mod::tollium/lib/componentbase.whlib";

MACRO QueueInboundMessage(STRING type, RECORD msgdata)

Parameters

STRING type
RECORD msgdata