GetSessionTimerPollInterval
Description
Returns a value in
seconds in which the HCL Compass application
timer thread polls for idle sessions.
Note: This method is for Perl only. It is not available for
VBScript.
Syntax
Perl
$compassObj->GetSessionTimerPollInterval
();
- Identifier
- Description
- compassObj
- A CQCompass object.
- Return value
- Returns a Long containing the value in seconds in which the timer thread polls for idle sessions.
Example
Perl
use CQPerlExt;
my $cqobject = CQCompass::Build()
my $currentPollInterval = $cqobject->GetSessionTimerPollInterval();