CTSession.Dispose
Syntax
Void Dispose()
Parameters
This method has no parameters.
Description
This is the destructor for the CTSession class. It checks to see if the session is still active, and closes it (logout) if so. It also frees the allocated memory of the Session.
See Also
CTSession()