An NDoc Documented Class Library

MessageProcessor.IGCmessageProcessorOnMessageRequest Delegate

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 delegate void MessageProcessor.IGCmessageProcessorOnMessageRequest(
   object sender,
   EventArgs e,
   MessageRequestResponse MessageResponse
);

Requirements

Namespace: iNTERFACEWARE.IGC

Assembly: IGC_csharp (in IGC_csharp.dll)

See Also

iNTERFACEWARE.IGC Namespace