IBX.IBConnectionBroker.TIBConnectionBroker.ExhaustedDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExhaustedDelay : Cardinal read FDelay write FDelay default 500;

C++

__property unsigned ExhaustedDelay = {read=FDelay, write=FDelay, default=500};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker TIBConnectionBroker

Description

Specifies the broker's exhausted delay time.

The ExhaustedDelay property specifies the InterBase broker's exhausted delay time in milliseconds. The machine waits an ExhaustedDelay amount of time after adding connections to the pool. By default, ExhaustedDelay is set to 500.

See Also