Build

Description

Creates an AdminSession object.

Note: This method is for Perl only.

Syntax

Perl


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

Example

Perl


use CQPerlExt;



my $AdminSessionObj = CQAdminSession::Build();



CQAdminSession::Unbuild($AdminSessionObj);