TIGCsourceMessageRequestCompletedEvent type
Event raised upon receipt of a message request completed notification from Iguana.
Unit
IGC
Declaration
TIGCsourceMessageRequestCompletedEvent = procedure(Sender : TObject; Inputs : IIGCsourceMessageRequestCompletedEventInputs; Outputs : IIGCsourceMessageRequestCompletedEventOutputs) of Object;
Description
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. |