Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSExecuteThread = class(TThread)

C++

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

Properties

Type Visibility Source Unit Parent
class protected
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

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