CheckTimeoutInterval

Description

Sets or returns the interval at which to check for user timeouts.

IBM Rational ClearQuest uses this property to determine how often it should check the status of user connections. When the specified interval is up, Rational ClearQuest checks each user connection for activity. If no activity has been detected recently, Rational ClearQuest checks the TimeoutInterval property to see if the user's connection has timed out.

Remarque : Setting a new value does not take effect until the ApplyPropertyChanges method is called.

Syntaxe

VBScript

database.CheckTimeoutInterval 
database.CheckTimeoutInterval setValue 

Perl

$database->GetCheckTimeoutInterval();
$database->SetCheckTimeoutInterval(setValue); 
Identificateur
Description
base_de_données
Objet base de données.
setValue
Sets a Long value indicating the number of milliseconds between checks.
Return value
A Long value indicating the number of milliseconds between checks.

Commentaires en retour