Chameleon and Iguana Plugin C# Class Libraries

Destination Class

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

[Visual Basic]
Public Class Destination
    Inherits Component
[C#]
public class Destination : Component

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Requirements

Namespace: iNTERFACEWARE.Iguana.Plugin

Assembly: IGC_dotnet (in IGC_dotnet.dll)

See Also

Destination Members | iNTERFACEWARE.Iguana.Plugin Namespace