IBX.IBServices.TIBConfigService.ReclaimInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReclaimInterval : Integer read GetReclaimInterval write SetReclaimInterval;

C++

__property int ReclaimInterval = {read=GetReclaimInterval, write=SetReclaimInterval, nodefault};

Properties

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

Description

Represents the reclaim interval in seconds.

ReclaimInterval indicates how often the garbage collector thread will run to release memory from unused procedures, triggers and internal system queries, back to InterBase memory heap.

See Also