CTSession.Logout
Syntax
void Logout( )
Parameters
This method has no parameters.
Description
Logs out from a c-tree Server session or from a c-tree instance session and release all resources. After a call to Logout(), the handle cannot be used.
Return
None.
Example
aSession.Logout;
See Also
IsActive(), Logon()