TIGCdestinationResubmissionPreviewMessageReceivedEvent type

Event raised upon receipt of a resubmission preview message from Iguana.

Unit
IGC

Declaration

TIGCdestinationResubmissionPreviewMessageReceivedEvent = procedure(Sender : TObject; Inputs : IIGCdestinationMessageReceivedEventInputs; Outputs : IIGCdestinationMessageReceivedEventOutputs) of Object;

Description

Plugins should simulate the processing that would be performed by the OnMessageReceived event handler without causing external side effects. For example, database changes should not be made for resubmission preview messages.

Exceptions should never be allowed to propagate out of the event handler. Event handlers should catch and handle all exceptions internally.

Parameters
Inputs Input data from Iguana.
Outputs Output data to send back to Iguana.


Chameleon Delphi Documentation