An NDoc Documented Class Library

MessageProcessor.OnMessageRequest Event

This event is dispatched when Iguana is polling for a generated 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 IGCmessageProcessorOnMessageRequest OnMessageRequest;

See Also

MessageProcessor Class | iNTERFACEWARE.IGC Namespace