Chameleon and Iguana Plugin C# Class Libraries

Destination.ConnectTimeout Property

Time in milliseconds the plugin will wait to handshake with Iguana while executing the Connect operation (default 5000 milliseconds).

[Visual Basic]
Public Property ConnectTimeout As Integer
[C#]
public int ConnectTimeout {get; set;}

Remarks

For a heavily loaded Iguana server running on a slow machine this may need a higher value than the default value.

See Also

Destination Class | iNTERFACEWARE.Iguana.Plugin Namespace