TimeoutInterval

Description

Returns or sets the user timeout interval.

DevOps Plan 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, DevOps Plan disconnects the user's session.

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

Syntax

Perl


$database->GetTimeoutInterval(); 
$database->SetTimeoutInterval(theTimeoutInterval); 
Identifier
Description
database
A Database object.
theTimeoutInterval
A Long value indicating the number of milliseconds a user may be idle before being disconnected from the database.
Return value
A Long value indicating the number of milliseconds a user may be idle before being disconnected from the database.