IBX.IBServices.TIBConfigService.LingerInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LingerInterval : Integer read GetLingerInterval write SetLingerInterval;

C++

__property int LingerInterval = {read=GetLingerInterval, write=SetLingerInterval, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBConfigService

Description

Represents the Linger Interval for the database.

LingerInterval represents the number of seconds a database should remain in the server after the last user has logged out.

See Also