Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

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


pSession->Logout;


See also

Logon(), IsActive()

TOCIndex