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