Installing a terminal on CICS

The connect methods that can be used are as follows:

Connect()
This method installs a terminal on CICS® using the session property and install timeout property.
Connect(installTimeout)
This method installs the terminal on CICS using the session property, but updates the install timeout property to that supplied.
Connect(Session, installTimeout)
This method installs the terminal on CICS, updating the current session property with the supplied session object, and updating the install timeout property with that supplied. Sessions are discussed in Synchronization and sessions.