Vcl.SvcMgr.TServiceThread.ProcessRequests

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ProcessRequests(WaitForMessage: Boolean);

C++

void __fastcall ProcessRequests(bool WaitForMessage);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TServiceThread

Description

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

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.

See Also