TimeoutInterval

Description

Returns or sets the user timeout interval.

Rational ClearQuest periodically checks user connections and disconnects users who have been idle for too long. If a user has been idle for a period of time greater than the value in this property, Rational ClearQuest disconnects the user's session.

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

Syntaxe

VBScript

database.TimeoutInterval 
database.TimeoutInterval theTimeoutInterval 

Perl

$database->GetTimeoutInterval(); 
$database->SetTimeoutInterval(theTimeoutInterval); 
Identificateur
Description
base_de_données
Objet base de données.
theTimeoutInterval
A Long value indicating the number of milliseconds a user may be idle before being disconnected from the database.
Valeur de retour
A Long value indicating the number of milliseconds a user may be idle before being disconnected from the database.

Commentaires