Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Execute; override;

C++

virtual void __fastcall Execute();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSExecuteThread

Description

Executes the callback inside this thread.

The Execute protected method executes the callback inside this thread.

See Also