An NDoc Documented Class Library

MessageProcessor.IGCmessageProcessorOnDisconnect Delegate

This event is dispatched when the connection with Iguana is closed. The general reason for the disconnection is provided in the ReasonFlags, while additional details may be provided in the ReasonDescription. 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.IGCmessageProcessorOnDisconnect(
   object sender,
   EventArgs e,
   IGCdisconnectReasonFlags ReasonFlags,
   string ReasonDescription
);

Requirements

Namespace: iNTERFACEWARE.IGC

Assembly: IGC_csharp (in IGC_csharp.dll)

See Also

iNTERFACEWARE.IGC Namespace