Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSWorker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSWorker = reference to procedure;

C++

__interface TDSWorker  : public System::IInterface

Properties

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

Description

Reference to a procedure that can be implemented and passed in the constructor of TDSChannelThread.

TDSWorker is a reference to a procedure that can be implemented and passed in the constructor of the TDSChannelThread class. The thread's Execute method simply invokes the worker.

See Also