RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServiceThread Class

TServiceThread represents the thread associated with a specific service (TService object).

Pascal
TServiceThread = class(TThread);
C++
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.

Note: Service threads.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!