IIGCsourceMessageRequestCompletedEventInputs Interface Properties |
This class is used to pass data from Iguana to OnMessageRequestCompleted event handlers.
Unit
IGC
Declaration
IIGCsourceMessageRequestCompletedEventInputs = interface
Properties |
MessageLogId | Id assigned by Iguana uniquely identifying the generated message within Iguana's logs. |
MessageProcessed | Flag indicating whether or not message was processed by Iguana. |
PluginMessageId | Id assigned by the plugin's OnMessageRequested event handler via the PluginMessageId property. This allows the plugin to associate each message request completed notification with the message sent to Iguana. |