Unbuild

Description

Deletes the AdminSession object you explicitly created with the Build method, when you do not need it anymore.

Note: This method is for Perl only.

Syntax

Perl


CQAdminSession::Unbuild(AdminSessionObj); 
Identifier
Description
CQAdminSession
A static function specifier for the AdminSession object.
AdminSessionObj
The AdminSession object that you are deleting.
Return value
None.

Example

Perl


use CQPerlExt;



my $AdminSessionObj = CQAdminSession::Build();



CQAdminSession::Unbuild($AdminSessionObj);