Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.IsActive

Syntax

bool IsActive( )

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 true if the session is active, false otherwise.

See Also

Logon(), Logout()

TOCIndex