IBX.IBConnectionBroker.TIBConnectionBroker.Init

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Init;

C++

void __fastcall Init();

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker TIBConnectionBroker

Description

Starts up the pooler.

The Init method is used to start up the connection pooler. Init assumes that the number of current connections is identical to the minimum number of connections.

See Also