CreateAdminSession

Description

Creates an AdminSession object.

Syntaxe

Perl

$ClearQuestObj->CreateAdminSession(); 
Identificateur
Description
ClearQuestObj
A CQClearQuest object.
Return value
Returns an AdminSession object.

Exemple

Perl

use CQPerlExt;



my $cqobject = CQClearQuest::Build();

my $AdminSessionObj = $cqobject->CreateAdminSession();

# login to the AdminSession object

# do something with the AdminSession object...

CQClearQuest::Unbuild($cqobject); 

Commentaires