Chameleon and Iguana Plugin C# Class Libraries

Source.MessageRequested Event

Event raised upon receipt of a message request from Iguana.

[Visual Basic]
Public Event MessageRequested As MessageRequestedEvent
[C#]
public event MessageRequestedEvent MessageRequested;

Remarks

The plugin should respond with either the next available unacknowledged message, or an empty message if no messages are available.

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

See Also

Source Class | iNTERFACEWARE.Iguana.Plugin Namespace