RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServiceThread.ProcessRequests Method

Allows clients to invoke the service associated with the service thread.

Pascal
procedure ProcessRequests(WaitForMessage: Boolean);
C++
__fastcall ProcessRequests(Boolean WaitForMessage);

TServiceThread's ProcessRequests is called in the Execute method after any associated service's OnExecute event handler has finished executing. For more information about optimizing service execution by spawning individual threads for each service request, see the Developer's Guide. 

 

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