This method logs off a given session in ClearQuest for UNIX integration. It is meant to be used by the ClearQuest integration server and takes a session object and optional flags as parameters. See the SessionLogon method for related information on logging into sessions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
41 views1 page
PERL
This method logs off a given session in ClearQuest for UNIX integration. It is meant to be used by the ClearQuest integration server and takes a session object and optional flags as parameters. See the SessionLogon method for related information on logging into sessions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
SessionLogoff
Description Logoff a given Session.
Note: This method is for UNIX only and is for ClearQuest integration server use only. Syntax Perl $ClearQuestObj->SessionLogoff(SessionObj, flags); See Also SessionLogon