Vcl.SvcMgr.TServiceApplication.ServiceCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServiceCount: Integer read GetServiceCount;

C++

__property int ServiceCount = {read=GetServiceCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TServiceApplication

Description

Indicates the number of services in the service application.

ServiceCount is the number of services in the service application. Each service is encapsulated by a TService instance and has its own dedicated service thread.

Note: If the Service application requires a user name and password, the application must implement only a single service.

See Also