An NDoc Documented Class Library

MessageProcessor.IGCmessageProcessorOnMessageReceived Delegate

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 delegate void MessageProcessor.IGCmessageProcessorOnMessageReceived(
   object sender,
   EventArgs e,
   string Message,
   MessageReceivedResponse MessageResponse
);

Requirements

Namespace: iNTERFACEWARE.IGC

Assembly: IGC_csharp (in IGC_csharp.dll)

See Also

iNTERFACEWARE.IGC Namespace