CTSession.SetLogonOnly
Syntax
void SetLogonOnly()
void SetLogonOnly(bool flag)
Parameters
Description
Sets the session logon only flag. This flag, when set to true before the session Logon(), will prevent the session from using the session dictionary.
The SetLogonOnly() overload defaults to true.
Return
None.
See Also
GetLogonOnly()