Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.SetCurrentNodeName

Syntax

void SetCurrentNodeName(String NodeName)

Parameters

  • NodeName [in] the client side node name.

Description

Set a client side node name. The specified node name appears in the ctadmn utility under the option for "list clients".

SetCurrentNodeName() must be called after a successful logon.

Return

None.

TOCIndex