Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::IsActive

Syntax

CTBOOL IsActive( ) const

Parameters

This method has no parameters.

Description

Checks if a session is active. A session is active when the session handle has been allocated and the session is logged in to the server.

Return

IsActive() returns YES if the session is active, NO otherwise.

See also

Logon(), Logout()

TOCIndex