GetSessionTimerPollInterval

Description

Returns a value in seconds in which the Rational ClearQuest application timer thread polls for idle sessions.
Remarque : This method is new in version 2003.06.15 and is for Perl only. It is not available for VBScript.

Syntaxe

Perl

$clearquestObj->GetSessionTimerPollInterval(); 
Identificateur
Description
clearquestObj
A CQClearQuest object.
Valeur renvoyée
Returns a Long containing the value in seconds in which the timer thread polls for idle sessions.

Exemple

Perl

use CQPerlExt;
my $cqobject = CQClearQuest::Build()
my $currentPollInterval = $cqobject->GetSessionTimerPollInterval();

Feedback