Descrizione
Crea
un oggetto AdminSession.
Sintassi
Perl
$ClearQuestObj->CreateAdminSession();
- Identificativo
- Descrizione
- ClearQuestObj
- Un oggetto CQClearQuest.
- Valore di ritorno
- Restituisce un oggetto AdminSession.
Esempio
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);