Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSWorker
| [–] Properties | |
|---|---|
| Type: anonMethod class
| |
| Visibility: public | |
| Source: Datasnap.DSCommon.pas Datasnap.DSCommon.hpp
| |
| Unit: Datasnap.DSCommon | |
| Parent: TDSClientCallbackChannelManager | |
Delphi
TDSWorker = reference to procedure;
C++
__interface TDSWorker : public System::IInterface
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.