Description
Crea un objeto AdminSession.
Sintaxis
Perl
$ClearQuestObj->CreateAdminSession();
- Identificador
- Description
- ClearQuestObj
- Un objeto CQClearQuest.
- Valor de retorno
- Devuelve un objeto AdminSession.
Ejemplo
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);