Chameleon and Iguana Plugin C# Class Libraries

SourceMessageRequestedEventOutputs.PluginMessageId Property

Id to be assigned by the plugin to uniquely identify OutboundMessage.

[Visual Basic]
Public Property PluginMessageId As String
[C#]
public string PluginMessageId {get; set;}

Remarks

Iguana sends the provided PluginMessageId back to the plugin's MessageRequestCompleted event handler via PluginMessageId property. This allows the plugin to associate each message request completed notification with the message sent to Iguana.

The format of the PluginMessageId is to be determined by the plugin author. Iguana does not interpret this value, other than by adding it to logs, and sending it back to the plugin.

See Also

SourceMessageRequestedEventOutputs Class | iNTERFACEWARE.Iguana.Plugin Namespace