Programming Multiple Client Connections 

The procedures for starting a session as well as for creating and using an IRfcModule in the Client Side Interface sections assumed that you use a single, default connection.

When using a single connection, use the SessionManager object for handling all the aspects of this connection, including creating and using an IRfcModule and its parameters.

When working with multiple connections, you should instead:

See the description of these objects, and the topic Handling Multiple Connections.