This class is used to implement an Iguana destination plugin.
For a list of all members of this type, see Destination Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
iNTERFACEWARE.Iguana.Plugin.Destination
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Destination plugins connect to, and receive messages from Iguana To-Plugin channel components.
Messages are sent from Iguana to the Destination plugin through the MessageReceived event. The plugin must set properties on the DestinationMessageReceivedEventOutputs object that will be passed to event handler. This will indicate to Iguana whether message processing was successful.
See:
http://www.interfaceware.com/manual/plugin_receiving.html
for more information.
Namespace: iNTERFACEWARE.Iguana.Plugin
Assembly: IGC_dotnet (in IGC_dotnet.dll)