RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServiceApplication.ServiceCount Property

Indicates the number of services in the service application.

Pascal
property ServiceCount: Integer;
C++
__property int ServiceCount;

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.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!