Connection.connect()
DESCRIPTION
Connect a connection.
This function blocks until a connection is established or an exception is thrown.
DECLARATION
void connect()
PARAMETERS
None.
ERRORS
Throws the following exceptions:
None.
RETURN VALUES
None.
EXAMPLES
None.