timeout

Type: Integer

The timeout property of the JadeMultiWorkerTcpConnection class contains the number of milliseconds the connection waits for a readBinary, readUntil, or writeBinary method call to complete before raising an exception.

The initial value of the timeout property is obtained by converting the value of the ReadTimeout parameter (which is in seconds) in the [JadeOdbcServer] section of the JADE initialization file. If there is a separate XML application configuration file, the value is obtained by converting the value of the read_timeout parameter in that file.

The timeout value remains active for these operations until you reset the value in your application for that transient instance of the connection object. The default value of zero (0) indicates that the operation does not time out.