Vcl.CmAdmCtl.TCOMAdminCatalog.StartRouter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartRouter;

C++

void __fastcall StartRouter();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalog

Description

Starts the component load balancing service on a CLB server.

StartRouter starts the component load balancing service if it is installed. Subsequent component activation requests are then routed across the application cluster that the router defines.

StartRouter does nothing if called on a machine that does not act as the component load balancing (CLB) server.

See Also