Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.SetSessionType

Syntax

void SetSessionType(SESSION_TYPE SessionType)

Parameters

  • SessionType [in] the session type to set.

Description

Change the session type. The session type is initially set when CTSession() is created.

SetSessionType() allow users to change the session type after it has been allocated.

Return

None

See Also

GetSessionType()

TOCIndex