CheckTimeoutInterval

Description

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

DevOps Plan uses this property to determine how often it should check the status of user connections. When the specified interval is up, DevOps Plan checks each user connection for activity. If no activity has been detected recently, DevOps Plan 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

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.