Description
Deletes
the AdminSession object you explicitly created with the Build method, when
you do not need it anymore.
Remarque : This method
is for Perl only.
Syntaxe
Perl
CQAdminSession::Unbuild(AdminSessionObj);
- Identificateur
- Description
- CQAdminSession
- A static function specifier for the AdminSession object.
- AdminSessionObj
- The AdminSession object that you are deleting.
- Return value
- Aucune.
Exemple
Perl
use CQPerlExt;
my $AdminSessionObj = CQAdminSession::Build();
CQAdminSession::Unbuild($AdminSessionObj);