An NDoc Documented Class Library

MessageProcessor.connect Method (String, Int32, String, String)

Connect to Iguana using a TCP/IP hostname, port number, channel name and channel component type (either 'source' or 'destination'). Note that when Iguana is configured to start the plugin executable, it can be configured to automatically provide appropriate parameters for the connect call using the following executable parameter macros: $hostname$ $port$ $channel$ $component$.

public void connect(
   string Host,
   int Port,
   string ChannelName,
   string ComponentType
);

See Also

MessageProcessor Class | iNTERFACEWARE.IGC Namespace | MessageProcessor.connect Overload List