Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: class
Visibility: protected
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

TDSExecuteThread = class(TThread)

C++

class PASCALIMPLEMENTATION TDSExecuteThread : public System::Classes::TThread

Description

Implements a thread for the execution of a callback.

The TDSExecuteThread class implements a thread for the execution of a callback. The callback is done in its own thread so that, if the callback takes too long to return, the thread can be abandoned and the client/server does not hang up.

See Also