There are three connect methods that you can use to install a terminal
on CICS.
- 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.