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