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
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.