RAD Studio VCL Reference
|
TServiceThread represents the thread associated with a specific service (TService object).
TServiceThread = class(TThread);
class TServiceThread : public TThread;
TServiceThread is the thread associated with a service. Each service application has one or more service objects, each of which has its own dedicated thread. TServiceThread instances represent those threads.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|