Description
Creates
an AdminSession object.
Remarque : This method is
for Perl only.
Syntaxe
Perl
CQAdminSession::Build();
- Identificateur
- Description
- CQAdminSession
- A static function specifier for a AdminSession object.
- Valeur renvoyée
- A newly created AdminSession object.
Exemple
Perl
use CQPerlExt;
my $AdminSessionObj = CQAdminSession::Build();
CQAdminSession::Unbuild($AdminSessionObj);