An NDoc Documented Class Library

MessageProcessor.OnMessageReceived Event

This event is dispatched when Iguana has received a message. Note that exceptions can never be thrown out of this handler. Any exceptions thrown will result in the client executable aborting. It is recommended that logging or the handling of exceptions is performed in the handler.

public event IGCmessageProcessorOnMessageReceived OnMessageReceived;

See Also

MessageProcessor Class | iNTERFACEWARE.IGC Namespace