Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.Execute

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSExecuteThread

Delphi

procedure Execute; override;

C++

virtual void __fastcall Execute();

Description

Executes the callback inside this thread.

The Execute protected method executes the callback inside this thread.

See Also