CheckTimeoutInterval
Description
Sets or returns the interval at which to check for user timeouts.
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.
Note: Setting a
new value does not take effect until the ApplyPropertyChanges method
is called.
Syntax
VBScript
database.CheckTimeoutInterval
database.CheckTimeoutInterval setValue
Perl
$database->GetCheckTimeoutInterval();
$database->SetCheckTimeoutInterval(setValue);
- Identifier
- Description
- database
- A Database object.
- setValue
- Sets a Long value indicating the number of milliseconds between checks.
- Return value
- A Long value indicating the number of milliseconds between checks.