Performs clean-up operations when the connector is shutting down.
Syntax
virtual int terminate() = 0;
Parameters
None.
Return values
An integer that indicates the status value of the terminate() operation. Typical return values are:
For other return values, see doVerbFor().
Notes
The connector framework calls the terminate() method when the connector is shutting down. In your implementation of this method, be sure to free all the memory and log off from the application.