Build

Description

Creates a Session object.

Note: This method is for Perl only.

Syntax

Perl

CQSession::Build(); 
Identifier
Description
CQSession
A static function specifier for a Session object.
Return value
A newly created Session object.

Example

Perl

use CQPerlExt;



my $sessionObj = CQSession::Build();



CQSession::Unbuild($sessionObj); 

Feedback